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:
parent
a6c11584cf
commit
d7902f6bad
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1064,7 +1064,7 @@ adjustwinsize(int from)
|
|||
winchanged =
|
||||
#endif /* TIOCGWINSZ */
|
||||
resetneeded = 1;
|
||||
zrefreshptr();
|
||||
trashzleptr();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue