CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/15 20:22:51
Modified files:
sys/dev/rasops : rasops.c
Log message:
when allocating a new screen, only copy the current buffer contents
to it for visible screens (i.e., the console). initialize other
virtual screens with just blank character cells.
ok mpi
