diff options
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); } |
