aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
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;