diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-03-15 12:32:54 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-03-15 12:32:54 +1100 |
| commit | 1b28a190585cdb8fbd70fecc4a21e32a603d7cba (patch) | |
| tree | 1ac025375bca37f500a7d55ab9e60a49bf623f9e /src/input_handler.hh | |
| parent | 09375edf546dc2845960adb718db28bdcb220df1 (diff) | |
| parent | 89b4996fd7edd1782e599a06a169e312047756e9 (diff) | |
Merge remote-tracking branch 'Anfid/scroll-test'
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 8c93c141..bd9c3dcb 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -192,7 +192,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); } |
