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:
parent
49959a35df
commit
b514fbe110
2 changed files with 6 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -2299,6 +2299,8 @@ checkrmall(char *s)
|
|||
sleep(10);
|
||||
fputc('\n', shout);
|
||||
}
|
||||
if (errflag)
|
||||
return 0;
|
||||
fputs(" [yn]? ", shout);
|
||||
fflush(shout);
|
||||
zbeep();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue