summaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-16 16:08:55 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-16 16:08:55 +0200
commitdc727b8dce89811d755ed03d11688b13a42e794a (patch)
tree09b19fc4cff7b12c1ae2ef6ff626175f1a4674ad /commands.h
parent960026d600d3824832dc83f925962f2d2d5839d7 (diff)
downloadnsxiv-dc727b8dce89811d755ed03d11688b13a42e794a.tar.zst
Added support for number prefix for commands
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index 94a08fd..8785822 100644
--- a/commands.h
+++ b/commands.h
@@ -48,7 +48,7 @@ bool it_reload_image(arg_t);
bool it_remove_image(arg_t);
bool i_navigate(arg_t);
bool it_first(arg_t);
-bool it_last(arg_t);
+bool it_n_or_last(arg_t);
bool i_navigate_frame(arg_t);
bool i_toggle_animation(arg_t);
bool it_move(arg_t);