Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   nia
Date:           Sun Nov  2 22:16:24 UTC 2025

Modified Files:
        src/sys/dev/rasops: rasops.c rasops.h rasops_putchar.h
        src/sys/dev/wscons: wsdisplayvar.h wsemul_vt100_subr.c

Log Message:
wscons(4): Add support for 256 colours to VT100 emulation

Also implemented are CSI 90-97 and CSI 100-107 to set the bright
versions of the regular eight colours directly.

wscons already has full support of 8/16/24/32-bit displays (and
can take advantage of them for antialiased fonts), but increasingly
command-line applications are built to take advantage of colours beyond
the standard 8 provided by the ANSI escape codes. These extensions are
not generally standardized, but xterm serves as a de-facto standard.

Patch from Crystal Kolipe, adjusted slightly to work on 16-bit and
24-bit displays by me.

PR kern/59544


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/dev/rasops/rasops.c
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/rasops/rasops.h
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/rasops/rasops_putchar.h
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/wscons/wsdisplayvar.h
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/wscons/wsemul_vt100_subr.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