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.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.hh b/src/input_handler.hh
index 98762dfb..e5509c22 100644
--- a/src/input_handler.hh
+++ b/src/input_handler.hh
@@ -41,6 +41,7 @@ public:
private:
friend class InputMode;
std::unique_ptr<InputMode> m_mode;
+ std::vector<std::unique_ptr<InputMode>> m_mode_trash;
};
struct prompt_aborted {};