aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-27 16:21:01 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-27 16:21:01 +0200
commit1cdbeb972a64e1fb12db5dc05fbaa1428e72bb12 (patch)
tree9e0d12081ff6f8b9708422f10e0f3e1047ccf6ae /commands.h
parent3e2523818b2420a86d71ac7c908ddcbb800abd38 (diff)
downloadnsxiv-1cdbeb972a64e1fb12db5dc05fbaa1428e72bb12.tar.zst
Added screen-wise scrolling for thumbnail mode
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands.h b/commands.h
index 061ebc3..065982b 100644
--- a/commands.h
+++ b/commands.h
@@ -51,9 +51,9 @@ bool it_first(arg_t);
bool it_n_or_last(arg_t);
bool i_navigate_frame(arg_t);
bool i_toggle_animation(arg_t);
-bool it_move(arg_t);
-bool i_pan_screen(arg_t);
-bool i_pan_edge(arg_t);
+bool it_scroll_move(arg_t);
+bool it_scroll_screen(arg_t);
+bool i_scroll_to_edge(arg_t);
bool i_drag(arg_t);
bool i_zoom(arg_t);
bool i_set_zoom(arg_t);