diff options
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index bc0e6c81..6aaefb61 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -168,8 +168,8 @@ public: if (context().has_client()) { - context().client().check_if_buffer_needs_reloading(); context().client().info_hide(); + context().client().check_if_buffer_needs_reloading(); } m_fs_check_timer.set_next_date(Clock::now() + get_fs_check_timeout(context())); |
