diff options
author | portix <portix@gmx.net> | 2011-09-30 00:18:24 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-09-30 00:18:24 +0200 |
commit | 0872895186db85a44716654c8e6c838c4dbd2550 (patch) | |
tree | 392efa289fdfa6813d9f70c385e3a3239ad8d1b3 /src/commands.h | |
parent | 2922d58b10d6d3011dc4894826be93e4877897d8 (diff) | |
download | dwb-0872895186db85a44716654c8e6c838c4dbd2550.zip |
Pass-through overrides insertmode, no insermode color
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 c1a63f73..99eac3a0 100644 --- a/src/commands.h +++ b/src/commands.h @@ -89,4 +89,5 @@ DwbStatus commands_reload_scripts(KeyMap *, Arg *); DwbStatus commands_fullscreen(KeyMap *, Arg *); DwbStatus commands_pass_through(KeyMap *, Arg *); DwbStatus commands_open_editor(KeyMap *, Arg *); +DwbStatus commands_insert_mode(KeyMap *, Arg *); #endif |