handle count prefix in thumbnail movements

This commit is contained in:
baskerville
2012-07-15 10:30:58 +02:00
parent 4451f4a5eb
commit c330b55de4
5 changed files with 21 additions and 18 deletions

View File

@ -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) {