summaryrefslogtreecommitdiff
path: root/src/input_handler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.hh')
-rw-r--r--src/input_handler.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 35603053..c4fcb1a3 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -149,6 +149,8 @@ void on_next_key_with_autoinfo(const Context& context, KeymapMode keymap_mode, C
});
}
+void scroll_window(Context& context, LineCount offset);
+
}
#endif // input_handler_hh_INCLUDED