From 34c8e6a9cf15410a433c8a8c3901703708b85611 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 16 Jun 2016 19:35:43 +0100 Subject: Clear up info/menus and eventual prompts when reseting to normal mode Fixes #697 --- src/input_handler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input_handler.cc') diff --git a/src/input_handler.cc b/src/input_handler.cc index 63cee710..15b01a05 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -883,6 +883,7 @@ private: } void on_enabled() override { display(); } + void on_disabled() override { context().print_status({}); } PromptCallback m_callback; Completer m_completer; -- cgit v1.2.3