1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-27 02:50:57 +01:00

32023: better interrupt handling at RM_STAR_WAIT

This commit is contained in:
Barton E. Schaefer 2013-11-19 08:30:10 -08:00
parent 49959a35df
commit b514fbe110
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-11-19 Barton E. Schaefer <schaefer@zsh.org>
* 32023: Src/utils.c: better interrupt handling at RM_STAR_WAIT
2013-11-18 Peter Stephenson <p.stephenson@samsung.com>
* unposted but see 32012: Doc/help/.cvsignore,

View file

@ -2299,6 +2299,8 @@ checkrmall(char *s)
sleep(10);
fputc('\n', shout);
}
if (errflag)
return 0;
fputs(" [yn]? ", shout);
fflush(shout);
zbeep();