diff options
author | sabetts <sabetts> | 2000-08-26 07:08:23 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-08-26 07:08:23 +0000 |
commit | f5903db475495040c0d0ef5e4ad1aeb0fbc1723f (patch) | |
tree | 541bf72ab037e0de4337195867a79a4181020069 /conf.h | |
parent | 8f0cd02a27a2052be64940bcd8bbbbdfb19c8cd9 (diff) | |
download | ratpoison-f5903db475495040c0d0ef5e4ad1aeb0fbc1723f.zip |
added functionality to delete and destroy a window
Diffstat (limited to 'conf.h')
-rw-r--r-- | conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ #define KEY_NEXTWINDOW 'n' #define KEY_LASTWINDOW 't' /* key to toggle between the current window and the last visitted one */ #define KEY_TOGGLEBAR 'w' /* key to toggle the display of the program bar */ +#define KEY_DELETE 'k' /* delete a window SHIFT+key will Destroy the window */ #define TERM_PROG "xterm" /* command to boot an xterm */ #define EMACS_PROG "emacs" /* command to boot emacs */ |