diff options
author | sabetts <sabetts> | 2001-08-27 18:57:14 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-27 18:57:14 +0000 |
commit | 80ccb561f9b3ab45b2cb6194bb9970caac0f2d3a (patch) | |
tree | f668b24bdb491ce7e3b8f4e4fb695f7047ca5b09 /src/messages.h | |
parent | 811f8aeb91e0b501930359593ff6d3d3401bde3a (diff) | |
download | ratpoison-80ccb561f9b3ab45b2cb6194bb9970caac0f2d3a.zip |
code cleanup, unmap_notify bug fixes
Diffstat (limited to 'src/messages.h')
-rw-r--r-- | src/messages.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/messages.h b/src/messages.h index 23ffe3d..0d08d6d 100644 --- a/src/messages.h +++ b/src/messages.h @@ -26,8 +26,13 @@ #define MESSAGE_NO_OTHER_WINDOW " No other window " #define MESSAGE_NO_MANAGED_WINDOWS " No managed windows " -#define MESSAGE_UNKNOWN_COMMAND ": unknown command " -#define MESSAGE_WINDOW_INFORMATION "This is window %s (%s)." +#define MESSAGE_UNKNOWN_COMMAND ": unknown command '%s' " +#define MESSAGE_WINDOW_INFORMATION " This is window %d (%s) " + +#define MESSAGE_RAISE_TRANSIENT " Raise request from transient window %d (%s) " +#define MESSAGE_RAISE_WINDOW " Raise request from window %d (%s) " +#define MESSAGE_MAP_TRANSIENT " New transient window %d (%s) " +#define MESSAGE_MAP_WINDOW " New window %d (%s) " #define MESSAGE_PROMPT_SWITCH_TO_WINDOW " Switch to window: " #define MESSAGE_PROMPT_NEW_WINDOW_NAME " Set window's title to: " @@ -36,6 +41,6 @@ #define MESSAGE_PROMPT_SWITCH_WM " Switch to wm: " #define MESSAGE_PROMPT_XTERM_COMMAND MESSAGE_PROMPT_SHELL_COMMAND TERM_PROG " -e " -#define MESSAGE_WELCOME "Welcome to ratpoison! Hit C-t ? for help." +#define MESSAGE_WELCOME " Welcome to ratpoison! Hit C-t ? for help. " #endif /* ! _RATPOISON_MESSAGES_H */ |