aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-15 22:33:39 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-15 22:33:39 +0100
commitc666d30eeacd6faf41dce50b301ad2fe3195fdb8 (patch)
treebd0085c26be88c75e13386f3304542345cea6702 /commands.h
parent011dac90c83d5440f2f228deab93f264d87b15d0 (diff)
downloadnsxiv-c666d30eeacd6faf41dce50b301ad2fe3195fdb8.tar.zst
Added it_toggle_bar command; default mapping: XK_b
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 ffba5a5..aeaf884 100644
--- a/commands.h
+++ b/commands.h
@@ -44,6 +44,7 @@ typedef struct {
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_reload_image(arg_t);
bool it_remove_image(arg_t);
bool i_navigate(arg_t);