diff options
author | portix <none@none> | 2012-06-27 20:59:42 +0200 |
---|---|---|
committer | portix <none@none> | 2012-06-27 20:59:42 +0200 |
commit | 065c11877fd7221726ebfcda5a5201bdc374f604 (patch) | |
tree | e9495c58a529b43f4e58dfbd50d3e7719d0e0152 /src/commands.h | |
parent | 9e96b231c330b412e33a9dd31307d5c7df537aa1 (diff) | |
download | dwb-065c11877fd7221726ebfcda5a5201bdc374f604.zip |
New command toggle_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 988ec8d4..acf02517 100644 --- a/src/commands.h +++ b/src/commands.h @@ -94,5 +94,6 @@ DwbStatus commands_dump(KeyMap *, Arg *); DwbStatus commands_sanitize(KeyMap *, Arg *); DwbStatus commands_eval(KeyMap *, Arg *); DwbStatus commands_download(KeyMap *, Arg *); +DwbStatus commands_toggle_tab(KeyMap *, Arg *); #endif |