aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorbaskerville <nihilhill@gmail.com>2012-07-15 10:30:58 +0200
committerbaskerville <nihilhill@gmail.com>2012-07-15 10:30:58 +0200
commitc330b55de4035b058965d45989a14662b99a77a3 (patch)
treef1e270bd074a345fd794ffa6d212eaeebf9617b0 /commands.c
parent4451f4a5eb62beda28cdb5f32ca57dc654b66621 (diff)
downloadnsxiv-c330b55de4035b058965d45989a14662b99a77a3.tar.zst
handle count prefix in thumbnail movements
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) {