add a cache so when we update the screen we only redraw the character cells that actually changed since last time. This gives a noticeable speedup on slower hardware with dumb framebuffers. For now t
add a cache so when we update the screen we only redraw the character cells that actually changed since last time. This gives a noticeable speedup on slower hardware with dumb framebuffers. For now this works with VCONS_DRAW_INTR and VCONS_DONT_READ only.
show more ...
|