diff options
author | sabetts <sabetts> | 2001-04-15 19:56:15 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-04-15 19:56:15 +0000 |
commit | ac84e85590a5a32c9db3979a4c05475e10d97a79 (patch) | |
tree | 6d2931bdabaa25260b8ee5c8430cd754283cf7e1 /src/messages.h | |
parent | 58214c0d8b72ade928ce491da191af70d789e83b (diff) | |
download | ratpoison-ac84e85590a5a32c9db3979a4c05475e10d97a79.zip |
* src/messages.h (MESSAGE_WELCOME): new define
* src/manage.c (scanwins): ignore the help window
(hide_window): increment window's iconizing variable
* src/main.c (main): display welcoming message
(init_screen): create the help window
(init_screen): don't map the frame indicator window
(clean_up): destroy the help window
* src/list.c (add_to_window_list): initialize iconizing to 0
* src/events.c (new_window): skip help_window
(unmap_notify): skip normal processing if the event is from
iconizing the window.
(unmap_notify): clean up the window's frame if it is being
withdrawn.
* src/data.h (struct screen_info): new variable help_window
* src/bar.c (update_window_names): only print the window list if
the bar is already displaying the window list.
* src/actions.h (cmd_help): new prototype
(cmd_quit): likewise
* src/actions.c (initialize_default_keybindings): new keybinding for "help"
(cmd_quit): new function
(cmd_help): likewise
Diffstat (limited to 'src/messages.h')
-rw-r--r-- | src/messages.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messages.h b/src/messages.h index 36de9c1..0d8cbe6 100644 --- a/src/messages.h +++ b/src/messages.h @@ -35,4 +35,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." + #endif /* ! _RATPOISON_MESSAGES_H */ |