mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-19 00:10:56 +01:00
unposted: fix init_io() calls in previous change
This commit is contained in:
parent
fc00e3a6b7
commit
04479a56e0
5 changed files with 8 additions and 3 deletions
|
|
@ -399,7 +399,7 @@ newptycmd(char *nam, char *pname, char **args, int echo, int nblock)
|
|||
close(master);
|
||||
close(coprocin);
|
||||
close(coprocout);
|
||||
init_io();
|
||||
init_io(NULL);
|
||||
setsparam("TTY", ztrdup(ttystrname));
|
||||
|
||||
opts[INTERACTIVE] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue