Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   mycroft
Date:           Fri Apr 28 21:56:17 UTC 2000

Modified Files:
        syssrc/sys/dev/wscons: wsemul_vt100.c wsemul_vt100_subr.c
            wsemul_vt100var.h

Log Message:
Add a concept of the `background attribute'.  This is the same as the
current attribute, but has all non-color flags turned off.  Use this when
doing erasure, as this allows us to optimize repainting in curses.

XXX The way the default attribute is handled is totally bogus and needs to
be fixed.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/wscons/wsemul_vt100.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/wscons/wsemul_vt100_subr.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/wscons/wsemul_vt100var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index