diff options
author | Shawn Betts <sabetts@gmail.com> | 2009-04-13 05:33:47 -0700 |
---|---|---|
committer | Shawn Betts <sabetts@gmail.com> | 2009-04-13 05:33:47 -0700 |
commit | c7b3817c222952196b11825076c902d6dd1da455 (patch) | |
tree | cc974ae03a4d81818551df347479f10b369e0379 /doc | |
parent | bd7aa51699f49cf7a67c403ba7f2ba3738fcf644 (diff) | |
download | ratpoison-c7b3817c222952196b11825076c902d6dd1da455.zip |
make ratinfo and ratrelinfo work with ratpoison -c and return coordinates relative to current frame when there's no window
* update docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ratpoison.1 | 2 | ||||
-rw-r--r-- | doc/ratpoison.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ratpoison.1 b/doc/ratpoison.1 index 12c31e0..60319a7 100644 --- a/doc/ratpoison.1 +++ b/doc/ratpoison.1 @@ -476,7 +476,7 @@ Quit ratpoison. .cmd ratinfo Display the x y coordinates of the rat cursor relative to the screen. .cmd ratrelinfo -Display the x y coordinates of the rat cursor relative to the window. +Display the x y coordinates of the rat cursor relative to the current window or current frame if no window is focused .cmd ratwarp x y Move the rat cursor to the position (\fIx\fP,\fIy\fP). .cmd ratrelwarp deltax deltay diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 179b7e7..afc7d1a 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -1605,7 +1605,7 @@ Display the x y coordinates of the rat cursor relative to the screen. @end deffn @deffn ratrelinfo -Display the x y coordinates of the rat cursor relative to the window. +Display the x y coordinates of the rat cursor relative to the current window or current frame if no window is focused. @end deffn @deffn Command ratrelwarp @var{x} @var{y} |