Closed GoogleCodeExporter closed 9 years ago
Weird. The fix for for issue 61 did seem a bit too easy at the time. I'll
revert and
reopen that then, since this is quite a bit worse than the old behaviour.
Original comment by andy.koppe
on 5 May 2009 at 6:43
Fixed in r300 by reverting issue 61 hack.
Original comment by andy.koppe
on 6 May 2009 at 6:43
[deleted comment]
I agree.
Looking at the code (which I don't fully understand yet), it seems that the
last two
lines of resizeline() fail to clear the new space. This must be caused by not
decreasing line->cols when the window width is decreased.
If you keep the fix for issue 61, then clearing the new space should not start
at
oldcols but at the old window width (which can be less than oldcols). I can't
tell
whether this is feasible, though. And I suppose there may be better ways to
solve this.
Original comment by servaasg
on 6 May 2009 at 7:07
Original comment by andy.koppe
on 7 Jun 2009 at 7:36
Original issue reported on code.google.com by
servaasg
on 5 May 2009 at 12:14Attachments: