summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-07-28 09:51:49 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-07-28 09:51:49 +0100
commitd28e5031505774e64d33cd3f231a8383e01fcab9 (patch)
tree60ccde00fcef069bd4c8dd0807f09da2761b08c9 /src/input_handler.hh
parenta7005ec74be9eef4595031bfe9191cc8bd5a08e3 (diff)
Use the same logic for mouse wheel and (half) page up/down
Fixes #749
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 35603053..c4fcb1a3 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -149,6 +149,8 @@ void on_next_key_with_autoinfo(const Context& context, KeymapMode keymap_mode, C
});
}
+void scroll_window(Context& context, LineCount offset);
+
}
#endif // input_handler_hh_INCLUDED