Fix iTerm crash on window re-size (#5211)
This commit is contained in:
parent
0c85da3c74
commit
3705d47bb3
@ -6,7 +6,7 @@ function zle-keymap-select() {
|
|||||||
|
|
||||||
# Ensure that the prompt is redrawn when the terminal size changes.
|
# Ensure that the prompt is redrawn when the terminal size changes.
|
||||||
TRAPWINCH() {
|
TRAPWINCH() {
|
||||||
zle && { zle reset-prompt; zle -R }
|
zle && zle -R
|
||||||
}
|
}
|
||||||
|
|
||||||
zle -N zle-keymap-select
|
zle -N zle-keymap-select
|
||||||
|
Loading…
Reference in New Issue
Block a user