]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
teken: color #3 is yellow not brown - use TC_YELLOW as the name
authorEd Maste <emaste@FreeBSD.org>
Fri, 11 Mar 2022 21:37:03 +0000 (16:37 -0500)
committerEd Maste <emaste@FreeBSD.org>
Tue, 3 May 2022 18:20:44 +0000 (14:20 -0400)
commit5e017a84744a8124ecb0418f82f550738c7241e8
treee6bf13dbf9b11418d2b03712d7c33c76a2603fa1
parentec004c5779dc7e9096b27793eae143a936627985
teken: color #3 is yellow not brown - use TC_YELLOW as the name

The console escape code standard (ECMA-48) specifies color #3 (escape
code 33) as yellow.  A brown console color is an artifact of the VGA
palette, which replaces dim (but not bright) yellow with brown.

Reviewed by: adrian, imp
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34531

(cherry picked from commit cf8880d52b8962edeb807a8ee1811d342fafa26d)
stand/efi/libefi/efi_console.c
stand/i386/libi386/vidconsole.c
sys/dev/syscons/scterm-teken.c
sys/sys/terminal.h
sys/teken/teken.c
sys/teken/teken.h
sys/teken/teken_subr_compat.h