From c330b55de4035b058965d45989a14662b99a77a3 Mon Sep 17 00:00:00 2001 From: baskerville Date: Sun, 15 Jul 2012 10:30:58 +0200 Subject: handle count prefix in thumbnail movements --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') 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) { -- cgit v1.2.3-54-g00ecf