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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 9a622559..4f67678e 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -319,6 +319,8 @@ public:
command->func(context(), params);
}
+ else
+ m_params = { 0, 0 };
}
context().hooks().run_hook(Hook::NormalKey, key_to_str(key), context());