From 6e696ba98c49715be8da2609f8a64be8a023547f Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Mon, 4 Jun 2018 22:18:57 +0200 Subject: Add mark range function Sets the marked state of all images ranging from the latest marked/unmarked image to the current image, to the state of that latest toggled image. --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index a9c9c44..b362c3e 100644 --- a/main.c +++ b/main.c @@ -57,6 +57,7 @@ fileinfo_t *files; int filecnt, fileidx; int alternate; int markcnt; +int toggledidx = -1; int prefix; bool extprefix; -- cgit v1.2.3-54-g00ecf