Added i_set_zoom command: set zoom to number prefix

This commit is contained in:
Bert Münnich
2011-10-16 17:58:53 +02:00
parent 867940ea85
commit 4f5ce2e828
3 changed files with 10 additions and 2 deletions

View File

@ -56,6 +56,7 @@ bool i_pan_screen(arg_t);
bool i_pan_edge(arg_t);
bool i_drag(arg_t);
bool i_zoom(arg_t);
bool i_set_zoom(arg_t);
bool i_fit_to_win(arg_t);
bool i_fit_to_img(arg_t);
bool i_rotate(arg_t);