Commit 3705d47b authored by Trevor Rosen's avatar Trevor Rosen Committed by Marc Cornellà
Browse files

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

parent 0c85da3c
......@@ -6,7 +6,7 @@ function zle-keymap-select() {
# Ensure that the prompt is redrawn when the terminal size changes.
TRAPWINCH() {
zle && { zle reset-prompt; zle -R }
zle && zle -R
}
zle -N zle-keymap-select
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment