summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 6bc186a4..bc0e6c81 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -167,7 +167,10 @@ public:
m_enabled = true;
if (context().has_client())
+ {
context().client().check_if_buffer_needs_reloading();
+ context().client().info_hide();
+ }
m_fs_check_timer.set_next_date(Clock::now() + get_fs_check_timeout(context()));
m_idle_timer.set_next_date(Clock::now() + get_idle_timeout(context()));