From de4e9fc83ea58afa14a815af78edadc155bb8221 Mon Sep 17 00:00:00 2001 From: baskerville Date: Tue, 8 May 2012 16:30:56 +0200 Subject: Added a command to refresh the thumbnails --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 4364722..5cee27a 100644 --- a/commands.h +++ b/commands.h @@ -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); -- cgit v1.2.3-54-g00ecf