diff options
author | sabetts <sabetts> | 2003-09-21 21:30:52 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-09-21 21:30:52 +0000 |
commit | d51ea7ebc8ffcefc1926165b482b087e06f7a36e (patch) | |
tree | 28c2f962dd793dd1914cb231b406720ac0c09220 /doc/ratpoison.texi | |
parent | 48c9c4eb8d5d73fd5ed8b0626dfd354339c3865b (diff) | |
download | ratpoison-d51ea7ebc8ffcefc1926165b482b087e06f7a36e.zip |
(prepare_bar): move and resize the window before mapping it.
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r-- | doc/ratpoison.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 54bd9b3..cc29633 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -677,6 +677,11 @@ This deletes the current window. You can access it with the @kbd{C-t k} keystroke. @end deffn +@deffn Command newkmap @var{kmap} +Delete the keymap, @var{kmap}. + +@end deffn + @deffn Command echo @var{text} Display @var{text} as a message. @end deffn @@ -836,6 +841,11 @@ When called non-interactively with no arguments, the current setting is returned. @end deffn +@deffn Command newkmap @var{kmap} +Create a new keymap named @var{kmap}. + +@end deffn + @deffn Command newwm @var{window-manager} This is a bad-bad command. It kills ratpoison and revives that ugly rodent! Yuck! Avoid! @@ -884,6 +894,12 @@ used for dual-head displays and multiple monitor setups. Quit ratpoison. @end deffn +@deffn Command readkey @var{kmap} +Read a key from the keyboard and execute the command associated with +it in the keymap, @var{kmap}. + +@end deffn + @deffn Command redisplay Redisplay the current window, just like @kbd{C-t l} would do. @end deffn |