diff options
author | sabetts <sabetts> | 2001-09-18 07:19:46 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-18 07:19:46 +0000 |
commit | 6f27c1d05acd301d7ce344d3177773b969b1ae65 (patch) | |
tree | 41dffa31721be37363fb57700c5b21fdbc592dd0 /NEWS | |
parent | 3417b6981960f0c8ca0a5bf18a75386a10fdc719 (diff) | |
download | ratpoison-6f27c1d05acd301d7ce344d3177773b969b1ae65.zip |
* src/actions.h (cmd_info): new prototype
(cmd_lastmsg): likewise
* src/bar.h (show_last_message): new prototype
* src/bar.c: new static globals last_msg, lash_mark_start, and last_mark_end.
(marked_message): Store the message in last_msg.
(show_last_message): new function
* src/actions.c (cmd_info): new function
(cmd_lastmsg): likewise
(user_commands): new commands "info" and "lastmsg"
(initialize_default_keybindings): Add key bindings for "info" and
"lastmsg".
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 1.0.0 +** New command lastmsg +Display the last message. + +** New command info +display information about the current window. + ** New command unsetenv Remove an environment variable from...well...the environment. |