]> 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>
Sat, 12 Mar 2022 14:17:29 +0000 (09:17 -0500)
commitcf8880d52b8962edeb807a8ee1811d342fafa26d
tree3d33d91e9cd18dad57eb228458ffb25704c3a673
parent66b177e1b4330f7b26bfb4d73bb4cc6581721cc9
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
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