mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-18 00:51:07 +02: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
|
@ -1,3 +1,7 @@
|
|||
2015-08-11 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 36090: Src/init.c: keep signals queued for preprompt()
|
||||
|
||||
2015-08-11 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 36096: Src/Zle/zle_move.c: special . mark in vi mode
|
||||
|
|
|
@ -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…
Reference in a new issue