Add command to reverse marked images

This commit is contained in:
Bastien Dejean
2013-11-14 14:45:27 +01:00
parent 450c1ed9b5
commit 562197577b
5 changed files with 18 additions and 0 deletions

View File

@ -55,6 +55,7 @@ bool it_n_or_last(arg_t);
bool i_navigate_frame(arg_t);
bool i_toggle_animation(arg_t);
bool it_toggle_image_mark(arg_t);
bool it_reverse_marks(arg_t);
bool it_navigate_marked(arg_t);
bool it_scroll_move(arg_t);
bool it_scroll_screen(arg_t);