summaryrefslogtreecommitdiff
path: root/doc/ratpoison.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ratpoison.1')
-rw-r--r--doc/ratpoison.111
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/ratpoison.1 b/doc/ratpoison.1
index 6d0395d..98dc999 100644
--- a/doc/ratpoison.1
+++ b/doc/ratpoison.1
@@ -274,7 +274,8 @@ windows are dedicated.
Close the current window.
.cmd delkmap keymap
Deletes the keymap named \fIkeymap\fP, that was generated
-with \fBnewkmap\fP. The keymaps \fBtop\fP and \fBroot\fP
+with \fBnewkmap\fP. The keymaps \fBtop\fP
+(or whatever was specified by \fBset topkmap\fP) and \fBroot\fP
cannot be deleted.
.cmd describekey keymap
Grab the next key. Similar to \fBreadkey\fP, describekey
@@ -290,6 +291,8 @@ in the keymap \fBtop\fP to \fIkey\fP, the \fBother\fP binding
in \fBroot\fP to \fIkey\fP, and \fBmeta\fP binding in \fBroot\fP
to \fIkey\fP without modifiers or \fBC\-\fP\fIkey\fP if \fIkey\fP
has no modifiers.
+(If \fBset topkmap\fP was called with an argument other than \fBtop\fP
+that will be used instead of \fBtop\fP.)
.cmd exec shell\-command ( C\-t ! )
Spawn a shell executing \fIshell\-command\fP.
.cmd fdump [ screenno ]
@@ -543,6 +546,9 @@ Set the environment variable \fIvariable\fP to \fIvalue\fP.
.cmd sfdump
Output all frames similar to \fBfdump\fP, but not limited to one screen, but
all screens at once and with the screen number after each frame.
+.cmd sfrestore
+Replace the current frames with the ones specified in \fIframes\fP in the
+format as generated by \fBsfdump\fP.
.cmd shrink
Shrink the current frame to the size of the current window with in.
.cmd split [ split ] ( C\-t s )
@@ -685,6 +691,9 @@ Default is 1.
Determine the width of the input window.
.br
Default is 200.
+.var topkmap kmap
+Make \fIkmap\fP the top keymap ratpoison graps directly.
+The default value is \fBtop\fP.
.var waitcursor \fB0 | \fB1
Determine whether to change the rat cursor when waiting for a key
(\fB1\fP) or not (\fB0\fP).