summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-07-04 14:47:34 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-07-04 14:47:34 +0200
commitf0aafcf1762c7736e16b2db638e20479a8bd6fe9 (patch)
tree8d7995a444971a16f7df257452b84d0d69433ce9 /TODO
parent3b51eff7559ffbc093e5ca11cf2c1288416a1e76 (diff)
Update TODO (via github)
Diffstat (limited to 'TODO')
-rw-r--r--TODO32
1 files 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
+