1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-23 01:31:27 +01:00

21567: Dan Bullok: trashzle on updating window size

This commit is contained in:
Peter Stephenson 2005-08-08 10:59:27 +00:00
parent 41e2027c4d
commit 4985c44cd9
2 changed files with 6 additions and 1 deletions

View file

@ -1054,7 +1054,7 @@ adjustwinsize(int from)
winchanged =
#endif /* TIOCGWINSZ */
resetneeded = 1;
zrefresh();
trashzle();
}
}