From 790371ed30e84a151d5fab1bba87666aa9edd5be Mon Sep 17 00:00:00 2001 From: portix Date: Sat, 1 Oct 2011 22:54:20 +0200 Subject: Fix command mode --- src/commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands.h') 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 -- cgit v1.2.3