diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/zle_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Zle/zle_main.c b/Src/Zle/zle_main.c index e1a575bdb..5157ad3da 100644 --- a/Src/Zle/zle_main.c +++ b/Src/Zle/zle_main.c @@ -1219,12 +1219,12 @@ zleread(char **lp, char **rp, int flags, int context) initmodifier(&zmod); prefixflag = 0; - zrefresh(); - unqueue_signals(); /* Should now be safe to acknowledge SIGWINCH */ zlecallhook("zle-line-init", NULL); + zrefresh(); + zlecore(); if (errflag) |