Added support for number prefix for commands

This commit is contained in:
Bert Münnich
2011-10-16 16:08:55 +02:00
parent 960026d600
commit dc727b8dce
4 changed files with 21 additions and 10 deletions

View File

@ -48,7 +48,7 @@ bool it_reload_image(arg_t);
bool it_remove_image(arg_t);
bool i_navigate(arg_t);
bool it_first(arg_t);
bool it_last(arg_t);
bool it_n_or_last(arg_t);
bool i_navigate_frame(arg_t);
bool i_toggle_animation(arg_t);
bool it_move(arg_t);