summaryrefslogtreecommitdiff
path: root/src/client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cc')
-rw-r--r--src/client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cc b/src/client.cc
index 6e5d082a..7cfea960 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -111,7 +111,7 @@ bool Client::process_pending_inputs()
else
{
context().ensure_cursor_visible = true;
- m_input_handler.handle_key(key);
+ m_input_handler.handle_key(key, false);
}
context().hooks().run_hook(Hook::RawKey, to_string(key), context());