diff options
| author | Mikhail Pogretskiy <mikhail.pogretskiy@gmail.com> | 2019-11-28 22:35:52 +0700 |
|---|---|---|
| committer | Mikhail Pogretskiy <mikhail.pogretskiy@gmail.com> | 2019-11-28 22:35:52 +0700 |
| commit | 89b4996fd7edd1782e599a06a169e312047756e9 (patch) | |
| tree | 5a83a7c6fa6b4be8f610b41906db8d373fee4fd4 /src/input_handler.hh | |
| parent | b765fb4971db28bac608abc5cd856a9cb94fcfe1 (diff) | |
Update scroll behavior
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
