From 86a6f00112576f3fc1ca565c2b5ad11d784cab8d Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 17 Aug 2011 00:56:18 +0200 Subject: Added support for multi-frame images --- commands.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 7dbd019..50a3c2b 100644 --- a/commands.c +++ b/commands.c @@ -147,6 +147,10 @@ int it_last(arg_t a) { } } +int i_navigate_frame(arg_t a) { + return img_change_frame(&img, (int) a); +} + int it_move(arg_t a) { direction_t dir = (direction_t) a; -- cgit v1.2.3