From 6f27c1d05acd301d7ce344d3177773b969b1ae65 Mon Sep 17 00:00:00 2001 From: sabetts Date: Tue, 18 Sep 2001 07:19:46 +0000 Subject: * 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". --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6434a8e..b2863c3 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3