From 7d878bd16df1abffde780e195144b845dc133166 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sat, 10 Aug 2013 21:18:53 +0200 Subject: 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 --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index 49aa0fd..2cd305e 100644 --- a/types.h +++ b/types.h @@ -69,6 +69,7 @@ typedef struct { const char *path; /* always absolute */ const char *base; bool loaded; + bool marked; } fileinfo_t; /* timeouts in milliseconds: */ -- cgit v1.2.3-54-g00ecf