diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-10-14 00:14:15 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-10-14 00:14:15 +0000 |
commit | 632dc55f9c3b206ee600d48a11bd6a859131d30a (patch) | |
tree | 9a0c7c31b974c0c0cb880f78916064899630597a /ChangeLog | |
parent | bb1fabf3ff99afa1536ac270f4940baf558a0698 (diff) | |
download | zsh-632dc55f9c3b206ee600d48a11bd6a859131d30a.tar.gz zsh-632dc55f9c3b206ee600d48a11bd6a859131d30a.tar.xz zsh-632dc55f9c3b206ee600d48a11bd6a859131d30a.zip |
Document tty mode restoration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f7693866d..a70497375 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-10-13 Bart Schaefer <schaefer@zsh.org> + + * 13000: Doc/Zsh/jobs.yo: Document tty restoration when a stopped + job is resumed with fg. This was previously documented only under + the STTY parameter, but it applies to all stopped jobs. + 2000-10-13 Sven Wischnowsky <wischnow@zsh.org> * 12995: Src/Zle/compmatch.c: two completion matching fixes; wrong |