diff options
Diffstat (limited to 'commands.c')
-rw-r--r-- | commands.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |