Added command to toggle gif animations

This commit is contained in:
Bert
2011-08-19 18:46:17 +02:00
parent 8b3ae5027e
commit bb577d274d
5 changed files with 38 additions and 18 deletions

View File

@ -48,6 +48,7 @@ int i_navigate(arg_t);
int it_first(arg_t);
int it_last(arg_t);
int i_navigate_frame(arg_t);
int i_toggle_animation(arg_t);
int it_move(arg_t);
int i_pan_screen(arg_t);
int i_pan_edge(arg_t);