1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00

21567: Dan Bullok: trashzle on updating window size

This commit is contained in:
Peter Stephenson 2005-08-08 10:36:51 +00:00
parent a6c11584cf
commit d7902f6bad
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-08 Peter Stephenson <pws@csr.com>
* 21567: Dan Bullok: Src/utils.c: trash zle when updating window
size since otherwise multiline prompts get screwed up.
2005-08-08 Oliver Kiddle <opk@zsh.org>
* 21570: Completion/Unix/Command/_subversion: complete for the

View file

@ -1064,7 +1064,7 @@ adjustwinsize(int from)
winchanged =
#endif /* TIOCGWINSZ */
resetneeded = 1;
zrefreshptr();
trashzleptr();
}
}