diff options
author | sabetts <sabetts> | 2002-01-10 12:03:54 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-01-10 12:03:54 +0000 |
commit | 822fb64e44df92197e3705dfced24720a4a9f8d1 (patch) | |
tree | b7bb8098a32a3366718d5d0da179228c123a313d /doc | |
parent | 42a60a8766fad28daab030f799756ea1ef535467 (diff) | |
download | ratpoison-822fb64e44df92197e3705dfced24720a4a9f8d1.zip |
* src/events.c (delegate_event): ignore the CirculateRequest event.
* src/actions.c (cmd_rename): Allows the user to specify a second
argument which is the number of the window whose number will be
set to the first argument.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ratpoison.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 8a1431d..23b0233 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -565,9 +565,13 @@ and @kbd{C-t enter}. This is a bad-bad command. It kills ratpoison and revives that ugly rodent! Yuck! Avoid! -@item number @var{n} -Set the current window's number to @var{n}. If another window occupies -the requested number already, then the windows' numbers are swapped. +@item number @var{n} @var{target} +Set a window's number to @var{n}. If another window occupies the +requested number already, then the windows' numbers are swapped. + +The second argument, @var{target}, is optional. It should be the +number of the window whose number will be changed. If @var{target} is +omitted ratpoison defaults to the current window. @item only Kill all frames but the current one. |