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 e9528a07..3304b67e 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -186,7 +186,7 @@ void on_next_key_with_autoinfo(const Context& context, KeymapMode keymap_mode, C }); } -void scroll_window(Context& context, LineCount offset); +void scroll_window(Context& context, LineCount offset, bool adapt_cursor = true); } |
