mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
36090: keep signals queued for preprompt()
This commit is contained in:
parent
5ee4cc8c09
commit
1af2e6e02d
2 changed files with 4 additions and 2 deletions
|
|
@ -127,9 +127,7 @@ loop(int toplevel, int justonce)
|
|||
* no matter what.
|
||||
*/
|
||||
errflag = 0;
|
||||
unqueue_signals();
|
||||
preprompt();
|
||||
queue_signals();
|
||||
if (stophist != 3)
|
||||
hbegin(1);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue