From 6e5f0617920bbd2cb951c147a0adc94707b94aec Mon Sep 17 00:00:00 2001 From: portix Date: Sat, 25 Feb 2012 15:51:55 +0100 Subject: New command clear_tab --- src/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index 3d0fac95..d89f69a4 100644 --- a/src/commands.h +++ b/src/commands.h @@ -90,5 +90,6 @@ DwbStatus commands_execute_javascript(KeyMap *km, Arg *arg); DwbStatus commands_set(KeyMap *km, Arg *arg); DwbStatus commands_toggle_setting(KeyMap *km, Arg *arg); DwbStatus commands_tab_move(KeyMap *, Arg *); +DwbStatus commands_clear_tab(KeyMap *, Arg *); #endif -- cgit v1.2.3