summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index e95725ec..78318b5b 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -997,7 +997,7 @@ int run_filter(StringView keystr, ConstArrayView<StringView> files, bool quiet,
};
for (auto& key : keys)
- input_handler.handle_key(key, true);
+ input_handler.handle_key(key);
}
catch (runtime_error& err)
{