diff options
author | portix <none@none> | 2012-06-19 23:30:52 +0200 |
---|---|---|
committer | portix <none@none> | 2012-06-19 23:30:52 +0200 |
commit | 367216af1bb743b6ad77af4c4bc5568f76c4d5c9 (patch) | |
tree | ddc753abf89e44217fc3acb675b359e95b087ef9 /src/commands.h | |
parent | 6594721d1f07d744eea01b98075ca2e8afbe069b (diff) | |
download | dwb-367216af1bb743b6ad77af4c4bc5568f76c4d5c9.zip |
Fixing getting wrong searchengine url if action points to the same site; new command download; clean completion labels in command mode
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 ce26e0e2..988ec8d4 100644 --- a/src/commands.h +++ b/src/commands.h @@ -93,5 +93,6 @@ DwbStatus commands_normal_mode(KeyMap *, Arg *); DwbStatus commands_dump(KeyMap *, Arg *); DwbStatus commands_sanitize(KeyMap *, Arg *); DwbStatus commands_eval(KeyMap *, Arg *); +DwbStatus commands_download(KeyMap *, Arg *); #endif |