Added file marks; fixes issue #94

- Command it_toggle_image_mark (bound to 'm') toggles mark of current
  image
- Command it_navigate_marked (bound to 'N'/'P') can be used to go to
  the next/previous marked image
- When option -o is given, all marked files get printed
This commit is contained in:
Bert Münnich
2013-08-10 21:18:53 +02:00
parent 84d77b1732
commit 7d878bd16d
7 changed files with 77 additions and 6 deletions

View File

@ -69,6 +69,7 @@ typedef struct {
const char *path; /* always absolute */
const char *base;
bool loaded;
bool marked;
} fileinfo_t;
/* timeouts in milliseconds: */