From bc15e751d3b8538720e89848db8bfb9f6f636c20 Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 24 Nov 2002 21:52:20 +0000 Subject: * src/main.c: include sys/wait.h (chld_handler): new function * src/events.c: include sys/wait.h (handle_signals): Print an error message in the case of a child signal. * src/data.h (struct rp_child_info): New struct. (child_info): New global. (chld_signalled): likewise * src/actions.c (spawn): Let the SIGCHLD handler handle process completion instead of doing an ugly dance. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c4476b4..dba4661 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 1.1.1 +** Shell command exit status +When a shell command fails to execute then a message is reported in +ratpoison: "Command not found." + +** New command 'warp' +Toggles rat warping. By default ratpoison saves the position of the +rat when leaving a window and when the user returns to the window the +rat's position is restored. This can be counter-intuitive, so now you +can toggle it. + ** split, vsplit, hsplit These commands now take a single argument. The argument can be a ratio which divides the frame into two frames sized based on this ratio, or -- cgit v1.2.3