aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorbaskerville <nihilhill@gmail.com>2012-05-08 16:30:56 +0200
committerbaskerville <nihilhill@gmail.com>2012-05-08 16:30:56 +0200
commitde4e9fc83ea58afa14a815af78edadc155bb8221 (patch)
treee0728eca221a3e2815d124b2c4c76730c1556be4 /commands.h
parent4c40cc24bc6b3e11fc9e6cf337ddb035fa750eb3 (diff)
downloadnsxiv-de4e9fc83ea58afa14a815af78edadc155bb8221.tar.zst
Added a command to refresh the thumbnails
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h1
1 files changed, 1 insertions, 0 deletions
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);