From d28e5031505774e64d33cd3f231a8383e01fcab9 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 28 Jul 2016 09:51:49 +0100 Subject: Use the same logic for mouse wheel and (half) page up/down Fixes #749 --- src/input_handler.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/input_handler.hh') 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 -- cgit v1.2.3