summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-17 00:56:18 +0200
committerBert <ber.t@gmx.com>2011-08-19 15:12:30 +0200
commit86a6f00112576f3fc1ca565c2b5ad11d784cab8d (patch)
tree24cf4ef553c20bf2934902d13319cf33f91fc77f /commands.c
parenta85707ef63e6c441d91cd06d53af07ee58746681 (diff)
downloadnsxiv-86a6f00112576f3fc1ca565c2b5ad11d784cab8d.tar.zst
Added support for multi-frame images
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c4
1 files changed, 4 insertions, 0 deletions
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;