aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-16 17:58:53 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-16 17:58:53 +0200
commit4f5ce2e8282d3f317449dc8854397c042644e134 (patch)
tree4917bbda5feeb9a99aec57ff382e6663d1fc078f /commands.h
parent867940ea85495ac4e8e23efbb574fd9d86bccf42 (diff)
downloadnsxiv-4f5ce2e8282d3f317449dc8854397c042644e134.tar.zst
Added i_set_zoom command: set zoom to number prefix
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 8785822..ab44c5e 100644
--- a/commands.h
+++ b/commands.h
@@ -56,6 +56,7 @@ bool i_pan_screen(arg_t);
bool i_pan_edge(arg_t);
bool i_drag(arg_t);
bool i_zoom(arg_t);
+bool i_set_zoom(arg_t);
bool i_fit_to_win(arg_t);
bool i_fit_to_img(arg_t);
bool i_rotate(arg_t);