Lars Gullik Bjønnes wrote:
When running my "scroll-down" test with current trunk, the screen
jumps down, not painting a lot of screenfuls. This is becuase of the
call to update, which collects updates to the workarea and elect to
paint it all a bit later.

In the current trunk the Event pruning is turned off. Please turned it on and retry. Maybe that will solve your problem.



If the update is changed to a repaint everything is find (not
really,... still got that run away PageDown)

The first chunk does not help, but the second does.

-       viewport()->update(x, y, w, h);
+       viewport()->repaint(x, y, w, h);

But this change is bad as it provokes an immediate screen repaint in all cases, for normal editing included.

Abdel.

Reply via email to