From dc727b8dce89811d755ed03d11688b13a42e794a Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 16 Oct 2011 16:08:55 +0200 Subject: Added support for number prefix for commands --- commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.h') 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); -- cgit v1.2.3-54-g00ecf