NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59544 CVS commit: [netbsd-11] src/sys/dev
The following reply was made to PR kern/59544; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59544 CVS commit: [netbsd-11] src/sys/dev
Date: Fri, 14 Nov 2025 13:12:27 +0000
Module Name: src
Committed By: martin
Date: Fri Nov 14 13:12:27 UTC 2025
Modified Files:
src/sys/dev/rasops [netbsd-11]: rasops.c rasops.h rasops_putchar.h
src/sys/dev/wscons [netbsd-11]: wsdisplayvar.h wsemul_vt100_subr.c
Log Message:
Pull up following revision(s) (requested by nia in ticket #81):
sys/dev/rasops/rasops.h: revision 1.52
sys/dev/wscons/wsemul_vt100_subr.c: revision 1.35
sys/dev/rasops/rasops_putchar.h: revision 1.9
sys/dev/rasops/rasops.c: revision 1.129
sys/dev/wscons/wsdisplayvar.h: revision 1.58
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.128.12.1 src/sys/dev/rasops/rasops.c
cvs rdiff -u -r1.51 -r1.51.2.1 src/sys/dev/rasops/rasops.h
cvs rdiff -u -r1.8 -r1.8.36.1 src/sys/dev/rasops/rasops_putchar.h
cvs rdiff -u -r1.57 -r1.57.8.1 src/sys/dev/wscons/wsdisplayvar.h
cvs rdiff -u -r1.34 -r1.34.8.1 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