On Sep 23, 2005, at 10:26 AM, Martin Vermeer wrote:
On Fri, 2005-09-23 at 09:07 -0400, Bennett Helm wrote:
On Sep 23, 2005, at 8:59 AM, Bennett Helm wrote:
Cursor movement is a bit strange. This is especially noticeable
with page-up and page-down: it seems like the cursor moves, but the
screen doesn't get redrawn. It also happens with moving the cursor
left and right (though not with up and down) and with moving by
paragraph. The screen does get properly redrawn when moving the
cursor to select text.
Addendum: page-up and page-down *does* redraw the screen, but not the
first time. That is, if you hit page-down, the cursor disappears from
the screen, but nothing else happens; hitting page-down again causes
the screen to redraw to one page down from the start, but the cursor
is still an extra page down off the screen. So it looks like the
screen redraw happens *before* the cursor movement.
Moving cursor left and right does not show this: the screen redraw
just never happens.
Bennett
Thanks Bennett, great testing!
Apply the additional text3.C patch attached, and all should be
fine ;-)
Yes -- that takes care of the cursor problems.
Bennett