Closed GoogleCodeExporter closed 9 years ago
Does it scroll in the wrong place or is it just not drawing part of the screen.
I can
get it to not draw part of the screen, but I'm not sure what is causing this as
of yet.
Original comment by kenny@the-b.org
on 31 Oct 2008 at 5:50
it redraws the screen properly, but it just scrolls in the wrong place and the
wrong
amount of lines.
In bitchx and other irc clients i've seen, all the future outputs to the screen
will
only be in the top line of the two-line status bar. they will overwrite each
other
as well. It's like the scroll region gets changed to 1 line and it just keeps
printing to the screen in the same place.
An easy way to reproduce is within bitchx. Change activities for a bit with an
IRC
client running (I've only tested this inside of screen as well). When you
resume
connectbot all the screen updates will be stuck in one place as described above.
Original comment by not...@gmail.com
on 31 Oct 2008 at 5:55
Okay, I'll try that. The makers of the de.mud.terminal package were apparently
under
the mistaken impression that you couldn't move your cursor *in to* a scroll
region,
so they wrote all this code to prevent that from happening. I thought I removed
all
those mistakes, but maybe there is still some cruft leftover.
Original comment by kenny@the-b.org
on 31 Oct 2008 at 7:29
This is fixed in r122. We were resizing the buffer even when the size didn't
change
which resets the scroll regions. Of course the other end wasn't redrawing since
the
dimensions didn't change.
Original comment by kenny@the-b.org
on 14 Nov 2008 at 8:13
Issue 88 has been merged into this issue.
Original comment by kenny@the-b.org
on 27 Nov 2008 at 11:20
Original issue reported on code.google.com by
not...@gmail.com
on 31 Oct 2008 at 9:12