mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
Tweak to STTY fix.
This commit is contained in:
parent
756f8186f2
commit
74ff6d6dbe
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
2000-09-25 Bart Schaefer <schaefer@zsh.org>
|
2000-09-25 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 12862: Src/exec.c: Fix STTY parameter to match documentation.
|
* 12862: Src/exec.c: Fix STTY parameter to match documentation.
|
||||||
|
(Plus unposted addition at the end of execcmd() to clear STTYval.)
|
||||||
|
|
||||||
2000-09-22 Clint Adams <schizo@debian.org>
|
2000-09-22 Clint Adams <schizo@debian.org>
|
||||||
|
|
||||||
|
|
|
@ -2363,6 +2363,9 @@ execcmd(Estate state, int input, int output, int how, int last1)
|
||||||
xtrerr = oxtrerr;
|
xtrerr = oxtrerr;
|
||||||
zclose(fil);
|
zclose(fil);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
zsfree(STTYval);
|
||||||
|
STTYval = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Arrange to have variables restored. */
|
/* Arrange to have variables restored. */
|
||||||
|
|
Loading…
Reference in a new issue