diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-08 10:43:28 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-02-08 10:43:28 +0000 |
commit | 62b671f0d17f735646566bcf49b0dc4ffe51f158 (patch) | |
tree | 286109c08bf0291d46bcd443add90cca4e34b5cf /Doc | |
parent | 6cf7a3ef113ce956e7c4059956b2d4e0f67906fe (diff) | |
download | zsh-62b671f0d17f735646566bcf49b0dc4ffe51f158.tar.gz zsh-62b671f0d17f735646566bcf49b0dc4ffe51f158.tar.xz zsh-62b671f0d17f735646566bcf49b0dc4ffe51f158.zip |
23159 plus minor doc tweaks: leave BAUD parameter unset by default
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/params.yo | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 8959130fd..6f134baa2 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -742,19 +742,20 @@ item(tt(ARGV0))( If exported, its value is used as the tt(argv[0]) of external commands. Usually used in constructs like `tt(ARGV0=emacs nethack)'. ) +cindex(editing over slow connection) +cindex(slow connection, editing over) vindex(BAUD) item(tt(BAUD))( -The baud rate of the current connection. Used by the line editor -update mechanism to compensate for a slow terminal by delaying -updates until necessary. This may be profitably set to a lower value -in some circumstances, e.g. -for slow modems dialing into a communications server which is connected -to a host via a fast link; in this case, this variable -would be set by default to the speed of the fast link, and not -the modem. -This parameter should be set to the baud -rate of the slowest part of the link for best performance. The compensation -mechanism can be turned off by setting the variable to zero. +The rate in bits per second at which data reaches the terminal. +The line editor will use this value in order to compensate for a slow +terminal by delaying updates to the display until necessary. If the +parameter is unset or the value is zero the compensation mechanism is +turned off. The parameter is not set by default. + +This parameter may be profitably set in some circumstances, e.g. +for slow modems dialing into a communications server, or on a slow wide +area network. It should be set to the baud +rate of the slowest part of the link for best performance. ) vindex(cdpath) vindex(CDPATH) |