Skip to content
Snippets Groups Projects
Commit f0aafcf1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Update TODO (via github)

parent 3b51eff7
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment