History log of /netbsd-src/sys/dev/wscons/wsdisplay_vcons_util.c (Results 1 – 4 of 4)
Revision Date Author Comments
# bc3520e1 17-Jan-2021 jmcneill <jmcneill@NetBSD.org>

trailing whitespace


# f4f87c99 30-Jan-2019 jmcneill <jmcneill@NetBSD.org>

Suspend multicons output to the old console device while replaying
the vcons msgbuf.


# 6eb32961 25-May-2011 macallan <macallan@NetBSD.org>

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 ...


# 19bc30d9 20-Aug-2009 macallan <macallan@NetBSD.org>

add vcons_replay_msgbuf() for use by wsdisplay drivers to replay the message
buffer when attaching so older log messages will show up in the scrollback
buffer
Idea from gimpy