diff options
author | portix <portix@gmx.net> | 2011-10-19 16:37:59 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-10-19 16:37:59 +0200 |
commit | 4f006523c9ca4640bf70ab526dc96ea04dd24b0c (patch) | |
tree | 093fee6e55fb0b6fda72163929788b9d0bf54bb6 /src/commands.h | |
parent | 7459082a6b112a8e2b70194561885ffd87eb1de3 (diff) | |
download | dwb-4f006523c9ca4640bf70ab526dc96ea04dd24b0c.zip |
New command: only
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 7afe981b..477e9d35 100644 --- a/src/commands.h +++ b/src/commands.h @@ -91,5 +91,6 @@ DwbStatus commands_pass_through(KeyMap *, Arg *); DwbStatus commands_open_editor(KeyMap *, Arg *); DwbStatus commands_insert_mode(KeyMap *, Arg *); DwbStatus commands_command_mode(KeyMap *, Arg *); +DwbStatus commands_only(KeyMap *, Arg *); #endif |