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.
This commit is contained in:
Daniel Lublin
2018-06-04 22:18:57 +02:00
committed by Bert Münnich
parent 8bf1adcd9a
commit 6e696ba98c
5 changed files with 42 additions and 0 deletions

1
main.c
View File

@ -57,6 +57,7 @@ fileinfo_t *files;
int filecnt, fileidx;
int alternate;
int markcnt;
int toggledidx = -1;
int prefix;
bool extprefix;