about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-08-09 09:33:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-08-09 09:33:37 +0000
commitaa638fec26a316b00ebbb2f5f620faf600b8f6ae (patch)
tree43871008d3c8099f988f8dda9cbb5aa93e87c778 /Src/utils.c
parente8cb99701333a456567bf7543b723b289bb6d1e0 (diff)
downloadzsh-aa638fec26a316b00ebbb2f5f620faf600b8f6ae.tar.gz
zsh-aa638fec26a316b00ebbb2f5f620faf600b8f6ae.tar.xz
zsh-aa638fec26a316b00ebbb2f5f620faf600b8f6ae.zip
21577 (adapted): Dan Bullok: improved window resize handling, again
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 8384de70e..cafcc7fbc 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -1064,7 +1064,8 @@ adjustwinsize(int from)
 	winchanged =
 #endif /* TIOCGWINSZ */
 	    resetneeded = 1;
-	trashzleptr();
+	zrefreshptr();
+	zle_resetpromptptr();
     }
 }