diff options
author | portix <portix@gmx.net> | 2011-11-09 13:23:43 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-11-09 13:23:43 +0100 |
commit | be93c04a025589de218ca70e538c12dc3dedcb2e (patch) | |
tree | 2527a06b4a23d688d75f051ae177c573636896eb /src/commands.h | |
parent | e812cd15fa334006b14eb3497449b9b3e55042e7 (diff) | |
download | dwb-be93c04a025589de218ca70e538c12dc3dedcb2e.zip |
Command for find_next/find_previous, fixes wrong return value in dwb_search
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 477e9d35..3400a3db 100644 --- a/src/commands.h +++ b/src/commands.h @@ -43,6 +43,7 @@ DwbStatus commands_entry_word_back(KeyMap *, Arg *); DwbStatus commands_entry_word_forward(KeyMap *, Arg *); DwbStatus commands_execute_userscript(KeyMap *, Arg *); DwbStatus commands_find(KeyMap *, Arg *); +DwbStatus commands_search(KeyMap *, Arg *); DwbStatus commands_focus_input(KeyMap *, Arg *); DwbStatus commands_focus(KeyMap *, Arg *); DwbStatus commands_focus_nth_view(KeyMap *, Arg *); |