GNOME Bugzilla – Bug 407750
Screen corruption when used with screen
Last modified: 2007-02-14 10:12:49 UTC
Please describe the problem: The latest upload (2.17.91-0ubuntu1) broke gnome-terminal heavily for me... I almost always use screen. The problems only seem to occur when I use it. And only when I use the hardstatus feature. The problem is that every time I fill the screen and it (screen not gnome-terminal) starts to scroll, the screen gets messed up. Steps to reproduce: To trigger the problem, you need to put the following in your .screenrc: hardstatus alwayslastline "Houston, we have a problem..." Then start screen and for instance type ls -l until the screen is filled... Actual results: The terminal gets messed up. It seems like it's scrolling when it shouldn't. Expected results: The terminal should not get messed up... Does this happen every time? Yes Other information:
The bug is actually in libvte. Reverting to 0.15.2 fixes the issue.
Yup, I can reproduce this using vte's vteapp from SVN as of a couple of days ago, but not with HEAD: indeed, <http://svn.gnome.org/viewcvs/vte?rev=1680&view=rev> seems to have taken care of this. I'll close this. Do please try using vte from SVN if you can, and if you have problems please reopen. Thanks for the report, by the way!
I extracted the patch from the link above and patched the Ubuntu package with it. This also fixed it for me. Thanks for the pointer!