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:
parent
41e2027c4d
commit
4985c44cd9
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-04 Wayne Davison <wayned@users.sourceforge.net>
|
2005-08-04 Wayne Davison <wayned@users.sourceforge.net>
|
||||||
|
|
||||||
* unposted: Completion/Unix/Command/_rsync: brought over the
|
* unposted: Completion/Unix/Command/_rsync: brought over the
|
||||||
|
|
|
||||||
|
|
@ -1054,7 +1054,7 @@ adjustwinsize(int from)
|
||||||
winchanged =
|
winchanged =
|
||||||
#endif /* TIOCGWINSZ */
|
#endif /* TIOCGWINSZ */
|
||||||
resetneeded = 1;
|
resetneeded = 1;
|
||||||
zrefresh();
|
trashzle();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue