diff options
Diffstat (limited to 'src/input_handler.hh')
| -rw-r--r-- | src/input_handler.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh index 858ad360..f65d4978 100644 --- a/src/input_handler.hh +++ b/src/input_handler.hh @@ -38,7 +38,9 @@ enum class KeymapMode : int; class InputHandler : public SafeCountable { public: - InputHandler(SelectionList selections, String name = ""); + InputHandler(SelectionList selections, + Context::Flags flags = Context::Flags::None, + String name = ""); ~InputHandler(); // switch to insert mode @@ -80,6 +82,7 @@ public: DisplayLine mode_line() const; void clear_mode_trash(); + private: Context m_context; |
