From 7e2c4ccc01fbaf3ea93aa3963ba6cc2e9f5ce163 Mon Sep 17 00:00:00 2001 From: sabetts Date: Tue, 18 Mar 2003 03:56:57 +0000 Subject: * src/actions.c (initialize_default_keybindings): add keybindings for fselect and resize. Move keybinding for curframe. * src/split.c (create_initial_frame): call frame_new to allocate a frame. (split_frame): likewise * src/main.c (free_screen): call frame_free to free the screen frames. * src/frame.h (frame_new): new prototype (frame_free): likewise * src/frame.c (frame_new): new function. (frame_free): likewise --- doc/ratpoison.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 9bee72e..6713534 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -343,6 +343,10 @@ Kill all frames but the current one. @item C-t R Kill the current frame. This is a no-op if there is only one frame. +@item C-t r +@item C-t C-r +Resize the current frame. + @item C-t b @item C-t C-b Banish the mouse to the lower right corner of the screen. @@ -352,6 +356,9 @@ Display a help screen. @item C-t f @item C-t C-f +select a frame by number. + +@item C-t F Indicate which frame is the current frame. @end table -- cgit v1.2.3