Fix iTerm crash on window re-size (#5211)

This commit is contained in:
Trevor Rosen 2016-09-12 10:55:48 -05:00 committed by Marc Cornellà
parent 0c85da3c74
commit 3705d47bb3
1 changed files with 1 additions and 1 deletions

View File

@ -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