1
0
Fork 0
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:
Peter Stephenson 2015-12-04 09:42:35 +00:00
parent fc00e3a6b7
commit 04479a56e0
5 changed files with 8 additions and 3 deletions

View file

@ -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;