GNOME Bugzilla – Bug 440487
Last lines (with prompt) are hidden when opened more than one tab and scrolling to the bottom
Last modified: 2007-05-22 16:11:34 UTC
[ Forwarded from http://bugs.debian.org/421092 ] "This one is probably related to libvte, but I leave it here for the moment. Pleaes reassign it, if libvte is causing it, not gnome-terminal. Howto reproduce: Open the gnome-terminal and fully maximize it. Now fill it with content. Then open a second tab, change back to the first and scroll down using the mouse wheel. The last two lines disappear and seem to be hidden by some non-shown part of the window." The Debian bug has a screenshot of the problem.
Had a momentarily panic there when I tested it on trunk and could not reproduce the problem... The fix is from this commit:- r1890: 2007-05-15 Chris Wilson <chris@chris-wilson.co.uk> kmaraas reported an issue on IRC where the scrollback was not being updated correctly in the first tab when the terminal was resized via a second tab. * src/vte.c (vte_terminal_size_allocate): Check whether we need to recompute the visible lines due to a change in layout geometry.
Created attachment 88624 [details] [review] Recompute visible lines are layout changes