summaryrefslogtreecommitdiff
path: root/src/help.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2016-11-11 16:43:41 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2016-11-11 16:44:36 +0100
commitcbba364685b25d436e620bebcd37b024149d4171 (patch)
treefbbb874af4de655e36675eccca0a671de5542c24 /src/help.cpp
parent90f9a66ba4d0052dbeb4b31f4d71d3a5562f9322 (diff)
Prepare for the ressurection of filtering
Diffstat (limited to 'src/help.cpp')
-rw-r--r--src/help.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help.cpp b/src/help.cpp
index 15fc1031..cb1305a9 100644
--- a/src/help.cpp
+++ b/src/help.cpp
@@ -210,6 +210,7 @@ void write_bindings(NC::Scrollpad &w)
key(w, Type::UpdateDatabase, "Start music database update");
w << '\n';
key(w, Type::ExecuteCommand, "Execute command");
+ key(w, Type::ApplyFilter, "Apply filter");
key(w, Type::FindItemForward, "Find item forward");
key(w, Type::FindItemBackward, "Find item backward");
key(w, Type::PreviousFoundItem, "Jump to previous found item");