From 84ee56d66b889363903eddd81a8b2a07f180656f Mon Sep 17 00:00:00 2001 From: sabetts Date: Wed, 26 Mar 2003 02:42:05 +0000 Subject: * src/split.h (show_frame_message): new prototype * src/split.c (show_frame_message): new function * src/main.c (init_screen): listen for key release events in the key_window and input_window. * src/input.c (read_key): new argument, gobble_rel. All callers updated. * src/actions.c (cmd_remove): only remove the current frame if it isn't the ONLY one. (cmd_remove): display a message informing the user if the frame cannot be removed. (cmd_resize): clean up resize loop. (cmd_resize): display a window indicating which frame is being resized. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0ff7c52..bcfe6e0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 1.1.1 +** key presses +All actions now occur after the user has released the key. + ** keybinding changes fselect is bound to C-t C-f and C-t f, curframe is now bound to C-t F, and resize is bound to C-t C-r and C-t r. -- cgit v1.2.3