diff options
author | baskerville <nihilhill@gmail.com> | 2012-07-15 10:30:58 +0200 |
---|---|---|
committer | baskerville <nihilhill@gmail.com> | 2012-07-15 10:30:58 +0200 |
commit | c330b55de4035b058965d45989a14662b99a77a3 (patch) | |
tree | f1e270bd074a345fd794ffa6d212eaeebf9617b0 /thumbs.h | |
parent | 4451f4a5eb62beda28cdb5f32ca57dc654b66621 (diff) |
handle count prefix in thumbnail movements
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |