aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
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);