diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-30 23:47:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-30 23:47:03 +0200 |
commit | 0ac290a646ff5a50b6f48f8cff4868b42021d6f1 (patch) | |
tree | ec87a63f1e5a5708ad6caabc8a56f76459aa1fef | |
parent | 568f0c4f911a7bbb5c2dd12f2002b5afe5e6e8cf (diff) |
Update TODO (via github)
-rw-r--r-- | TODO | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -107,3 +107,28 @@ 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 +in the next image. This is fixed by any action causing the image window to be +re-rendered. + +Like: "1 of 4" -> delete file -> "2 of 4" -> rerender -> "1 of 3" + state: open + user: derf + votes: 0 + created: 2011/05/30 14:44:05 -0700 + updated: 2011/05/30 14:45:14 -0700 + comments: 0 + |