From 89b4996fd7edd1782e599a06a169e312047756e9 Mon Sep 17 00:00:00 2001 From: Mikhail Pogretskiy Date: Thu, 28 Nov 2019 22:35:52 +0700 Subject: Update scroll behavior --- src/input_handler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.hh') diff --git a/src/input_handler.hh b/src/input_handler.hh index 3638785b..5d74cfef 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -187,7 +187,7 @@ void on_next_key_with_autoinfo(const Context& context, StringView mode_name, }); } -void scroll_window(Context& context, LineCount offset, bool adapt_cursor = true); +void scroll_window(Context& context, LineCount offset, bool mouse_dragging = false); } -- cgit v1.2.3