aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands.c b/commands.c
index ab1e805..7b0f457 100644
--- a/commands.c
+++ b/commands.c
@@ -289,6 +289,8 @@ bool ci_alternate(arg_t _)
bool ci_navigate_frame(arg_t d)
{
+ if (prefix > 0)
+ d *= prefix;
return !img.multi.animate && img_frame_navigate(&img, d);
}