From f0aafcf1762c7736e16b2db638e20479a8bd6fe9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 4 Jul 2011 14:47:34 +0200 Subject: Update TODO (via github) --- TODO | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index f21e80e..9ab2592 100644 --- a/TODO +++ b/TODO @@ -107,17 +107,6 @@ that. updated: 2011/05/10 10:06:06 -0700 comments: 0 -45. --draw-filename: "x of y" cut off by short filename -------------------------------------------------------- -The "x of y" line shown below the filename is limited by the filename length -and may be cut off by short filenames. - state: open - user: derf - votes: 0 - created: 2011/05/30 14:41:49 -0700 - updated: 2011/05/30 14:45:14 -0700 - comments: 0 - 46. --draw-filename: "x of y": wrong y after file deletion ---------------------------------------------------------- After deleting a file, feh will still count it when calculating the total shown @@ -132,3 +121,24 @@ Like: "1 of 4" -> delete file -> "2 of 4" -> rerender -> "1 of 3" updated: 2011/05/30 14:45:14 -0700 comments: 0 +49. separated short options in theme file +----------------------------------------- +if a theme (but not normal commandline) contains multiple separate short +options (e.g. -x -d instead of -xd), feh gives errors and ignores the first +argument specified on commandline, or segfaults if no arguments are specified. +for example: +theme: feh --scale-down -x -d +commandline: feh ~/img.jpg +result: the following errors, and loading all images in . while ignoring +~/img.jpg +feh: invalid option -- '�' +feh: invalid option -- '' + +experienced with 1.14.1 + state: open + user: ze- + votes: 0 + created: 2011/06/04 18:15:32 -0700 + updated: 2011/06/04 23:58:12 -0700 + comments: 1 + -- cgit v1.2.3