aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 4d35c60..2e877e3 100644
--- a/commands.c
+++ b/commands.c
@@ -209,7 +209,7 @@ bool it_scroll_move(arg_t a) {
if (mode == MODE_IMAGE)
return img_pan(&img, dir, prefix);
else
- return tns_move_selection(&tns, dir);
+ return tns_move_selection(&tns, dir, prefix);
}
bool it_scroll_screen(arg_t a) {