summaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBastien Dejean <nihilhill@gmail.com>2013-11-14 14:45:27 +0100
committerBastien Dejean <nihilhill@gmail.com>2013-11-14 14:45:27 +0100
commit562197577b01aed5c98979a4fc90bf22662172cf (patch)
treed66b12c2fcb084c364b5bff548c79522c363d9e0 /commands.h
parent450c1ed9b54de4d374bff80735c874bb6f7a4a0f (diff)
downloadnsxiv-562197577b01aed5c98979a4fc90bf22662172cf.tar.zst
Add command to reverse marked images
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.h b/commands.h
index 118c89a..58bfafb 100644
--- a/commands.h
+++ b/commands.h
@@ -55,6 +55,7 @@ bool it_n_or_last(arg_t);
bool i_navigate_frame(arg_t);
bool i_toggle_animation(arg_t);
bool it_toggle_image_mark(arg_t);
+bool it_reverse_marks(arg_t);
bool it_navigate_marked(arg_t);
bool it_scroll_move(arg_t);
bool it_scroll_screen(arg_t);