From 367216af1bb743b6ad77af4c4bc5568f76c4d5c9 Mon Sep 17 00:00:00 2001 From: portix Date: Tue, 19 Jun 2012 23:30:52 +0200 Subject: Fixing getting wrong searchengine url if action points to the same site; new command download; clean completion labels in command mode --- src/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands.h') 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 -- cgit v1.2.3