diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-22 06:28:54 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-22 06:28:54 +0100 |
commit | 16bdac0177a976ad81eaf9470b74cf227b6ccec5 (patch) | |
tree | a15540b978e8f92e7390b428ebada8c6197535c7 | |
parent | cab1171e3e53b0dbe84dcaecd25e63539de33166 (diff) | |
download | ratpoison-16bdac0177a976ad81eaf9470b74cf227b6ccec5.zip |
Document that msgwait is a variable now.
-rw-r--r-- | doc/ratpoison.mdoc.1 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/ratpoison.mdoc.1 b/doc/ratpoison.mdoc.1 index 2e3c356..9cee559 100644 --- a/doc/ratpoison.mdoc.1 +++ b/doc/ratpoison.mdoc.1 @@ -540,6 +540,9 @@ Set the duration the message window is shown. If .Ar seconds is zero, wait infinitely. +This command is deprecated, please set the +.Va msgwait +variable instead. .It Ic newkmap Ar keymap Generate a new keymap named .Ar keymap . @@ -860,11 +863,11 @@ time this window was focused, or not. .It Ic windows Oo Ar format Oc Pq Ic C\-t w In interactive mode, show the list of all windows in the current group for the duration -specified by -.Ic msgwait . -If the -.Ic msgwait -argument was zero, toggle between indefinitely showing and not showing. +specified by the variable +.Va msgwait . +If +.Va msgwait +was zero, toggle between indefinitely showing and not showing. .Pp The messages are shown in columns or rows depending on the value of .Va winliststyle @@ -1137,6 +1140,11 @@ Default is .It Cm historyexpansion Li 0 | 1 Decide if history expansion using ! is available. (Can only be activated when compiled with readline's libhistory.) +.It Cm msgwait Ar seconds +The duration the message window is shown. +If +.Ar seconds +is zero, wait infinitely. .Pp Default is .Li 0 |