summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-02-07 00:25:25 +0100
committerDaniel Carl <danielcarl@gmx.de>2013-02-07 00:25:25 +0100
commit9e142cfef74398ad3f43b0badae4cbafcef3ebb2 (patch)
treef5ed4c505c81ddb9fe8041df1660de2c50225a71 /src/command.h
parent45ddc0e6edf48ec1bc34dac06607801a1025d745 (diff)
Allow searching in the page (#6).
Extended the keybindings to also save parameters to the commands. This allows to map commands like 'input :foo' to a keybinding, which make the use more flexible.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 8c5a235..ee198e7 100644
--- a/src/command.h
+++ b/src/command.h
@@ -58,5 +58,6 @@ gboolean command_inspect(const Arg* arg);
gboolean command_hints(const Arg* arg);
gboolean command_hints_focus(const Arg* arg);
gboolean command_yank(const Arg* arg);
+gboolean command_search(const Arg* arg);
#endif /* end of include guard: COMMAND_H */