diff options
author | portix <portix@gmx.net> | 2012-02-25 15:51:55 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-25 15:51:55 +0100 |
commit | 6e5f0617920bbd2cb951c147a0adc94707b94aec (patch) | |
tree | d98fea6de64a977a5b0a16e7e83fd6f94f482c13 /src/commands.h | |
parent | 198a9e29a9c4c567c768d850a201e182fc21bbce (diff) | |
download | dwb-6e5f0617920bbd2cb951c147a0adc94707b94aec.zip |
New command clear_tab
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 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 |