summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-10-19 16:37:59 +0200
committerportix <portix@gmx.net>2011-10-19 16:37:59 +0200
commit4f006523c9ca4640bf70ab526dc96ea04dd24b0c (patch)
tree093fee6e55fb0b6fda72163929788b9d0bf54bb6 /src/commands.h
parent7459082a6b112a8e2b70194561885ffd87eb1de3 (diff)
downloaddwb-4f006523c9ca4640bf70ab526dc96ea04dd24b0c.zip
New command: only
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h1
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