From 89c4411a9cc3bdb756cff8746f4333df610ab455 Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 18 Oct 2001 22:47:45 +0000 Subject: * src/split.c (show_frame_indicator): call XSync after clearing the window. * src/input.c (get_more_input): clear the window after it is raised. Call XSync aftwards. * src/conf.h (MAX_LINK_DEPTH): new define * src/bar.c (marked_message): clear the window after it is raised. Call XSync aftwards. * src/actions.h (cmd_link): new prototype * src/actions.c (user_command): new command 'link' (find_command_by_keydesc): new function (resolve_command_from_keydesc): likewise (cmd_link): likewise --- doc/ratpoison.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 2b3efbe..94c8dac 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -491,6 +491,11 @@ misbehaving window this command should do the trick. Also available as @item lastmsg Display the last message. +@item link @var{key} +Call the command that @var{key} is bound to. For instance +@command{link C-t} would call the command @command{other} and switch +to the last window. + @item redisplay Redisplay the current window, just like @kbd{C-t l} would do. -- cgit v1.2.3