diff options
author | portix <portix@gmx.net> | 2011-10-01 22:54:20 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-10-01 22:54:20 +0200 |
commit | 790371ed30e84a151d5fab1bba87666aa9edd5be (patch) | |
tree | 574a2b11884dd17a16b8514ade669a17ba85dc6c /src/commands.h | |
parent | ac08c97851f94562e8ed3c1fc0a0b7aae3082fe8 (diff) | |
download | dwb-790371ed30e84a151d5fab1bba87666aa9edd5be.zip |
Fix command mode
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 99eac3a0..7afe981b 100644 --- a/src/commands.h +++ b/src/commands.h @@ -90,4 +90,6 @@ DwbStatus commands_fullscreen(KeyMap *, Arg *); DwbStatus commands_pass_through(KeyMap *, Arg *); DwbStatus commands_open_editor(KeyMap *, Arg *); DwbStatus commands_insert_mode(KeyMap *, Arg *); +DwbStatus commands_command_mode(KeyMap *, Arg *); + #endif |