From f2a3d73212ad63e1081278347c189f2554cab8a4 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 16 Aug 2012 13:40:04 +0200 Subject: New command: i_alternate, go to last image, issue #65 --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 0e324c8..3c00718 100644 --- a/commands.h +++ b/commands.h @@ -49,6 +49,7 @@ bool t_reload_all(arg_t); bool it_reload_image(arg_t); bool it_remove_image(arg_t); bool i_navigate(arg_t); +bool i_alternate(arg_t); bool it_first(arg_t); bool it_n_or_last(arg_t); bool i_navigate_frame(arg_t); -- cgit v1.2.3-54-g00ecf