Added a command to refresh the thumbnails

This commit is contained in:
baskerville
2012-05-08 16:30:56 +02:00
parent 4c40cc24bc
commit de4e9fc83e
5 changed files with 24 additions and 0 deletions

View File

@ -45,6 +45,7 @@ bool it_quit(arg_t);
bool it_switch_mode(arg_t);
bool it_toggle_fullscreen(arg_t);
bool it_toggle_bar(arg_t);
bool it_refresh_thumbs(arg_t);
bool it_reload_image(arg_t);
bool it_remove_image(arg_t);
bool i_navigate(arg_t);