mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
zsh-workers/9522
This commit is contained in:
parent
c931efdf3c
commit
40a295bdf9
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ read1char(void)
|
|||
char c;
|
||||
|
||||
while (read(SHTTY, &c, 1) != 1) {
|
||||
if (errno != EINTR || errflag)
|
||||
if (errno != EINTR || errflag || retflag || breaks || contflag)
|
||||
return -1;
|
||||
}
|
||||
return STOUC(c);
|
||||
|
|
Loading…
Reference in a new issue