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 --- thumbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.h') diff --git a/thumbs.h b/thumbs.h index 263ec0a..0aadcd1 100644 --- a/thumbs.h +++ b/thumbs.h @@ -61,7 +61,7 @@ bool tns_load(tns_t*, int, const fileinfo_t*, bool, bool); void tns_render(tns_t*); void tns_highlight(tns_t*, int, bool); -bool tns_move_selection(tns_t*, direction_t); +bool tns_move_selection(tns_t*, direction_t, int); bool tns_scroll(tns_t*, direction_t, bool); int tns_translate(tns_t*, int, int); -- cgit v1.2.3