1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: document BAUD change in README

This commit is contained in:
Peter Stephenson 2007-02-08 10:47:21 +00:00
parent 62b671f0d1
commit 471184c7c2
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2007-02-08 Peter Stephenson <pws@csr.com>
* unposted: README: add note on 23159 to incompatibilities
section.
* 23159 plus minor doc tweaks: Doc/Zsh/params.yo, Src/params.c,
Src/utils.c, Src/Zle/zle_main.c: leave BAUD parameter unset
by default.

8
README
View file

@ -45,6 +45,14 @@ variables as an error, so can still return status 0 (depending on the
handling of other arguments). This appears to be the standard shell
behaviour.
The variable BAUD is no longer set automatically by the shell.
In previous versions it was set to the baud rate reported by
the terminal driver in order to initialise the line editor's
compensation mechanism for slow baud rates. However, the baud
rate so reported is very rarely related to the limiting speed of
screen updates on modern systems. Users who need the compensation
mechanism should set BAUD to an appropriate rate by hand.
The variable HOME is no longer set by the shell if zsh is emulating any
other shell at startup; it must be present in the environment or set
subsequently by the user. It is valid for the variable to be unset.