Optimize scrolling operation
Brought to you by:
btakahashi
This patch optimizes the scrolling operation: instead
of copying each RoteCell of each line to the next/prev
line's RoteCells, it is only necessary to update the
pointers for each line, shifting by one and clearing
the "scrolled-off" line and placing back in the newly-
exposed line position.
patch to optimize scrolling