diff options
author | sabetts <sabetts> | 2004-11-12 01:55:03 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-11-12 01:55:03 +0000 |
commit | 309035ba7dfc194e45cd807d77b0837410719db8 (patch) | |
tree | 2944bd51f3a1e170171f769e8e70aeccdf7eb5a5 /doc/ratpoison.texi | |
parent | dd6464d797e904ccb4ad35057d5d0907a871728f (diff) | |
download | ratpoison-309035ba7dfc194e45cd807d77b0837410719db8.zip |
* src/actions.c (cmd_ratclick): new function
(cmd_ratrelwarp): likewise
(cmd_ratwarp): likewise
(user_commands): new commands ratclick, ratrelwarp, ratwarp.
* contrib/genrpbindings: add common lisp bindings
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r-- | doc/ratpoison.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 8a6e89e..7433e99 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -1310,6 +1310,20 @@ Send a @kbd{C-t} to the current window. Quit ratpoison. @end deffn +@deffn Command ratrelwarp @var{x} @var{y} +Warp the rat to the specified location relative to the current rat +position. +@end deffn + +@deffn Command ratwarp @var{x} @var{y} +Warp the rat to the specified absolute location. +@end deffn + +@deffn Command ratclick @var{button} +click the rat. @var{button} is either 1, 2, or 3. @var{button} +defaults to button 1. +@end deffn + @deffn Command redisplay Redisplay the current window. This is often used to fix xterms that didn't catch ratpoison's initial maximize event. |