Source-Changes archive

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

CVS commit: src/sys/dev/rasops



Module Name:    src
Committed By:   tnn
Date:           Thu Jan  1 02:19:02 UTC 2026

Modified Files:
        src/sys/dev/rasops: rasops.c

Log Message:
rasops_allocattr_mono: fix regression from WSSCREEN_256COL

0xff was never a valid colormap index, but worked by accident
since the previous ATTR_FG implementation clamped the value.
Now it results in black text on black background.
Use named WSCOL_* constants instead.


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/dev/rasops/rasops.c

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