]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
console_codes.4: Document that \e[1;n] and \e[2;n] support 16 colors
authorJakub Wilk <jwilk@jwilk.net>
Sat, 9 Mar 2019 14:55:02 +0000 (15:55 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 6 May 2019 20:04:21 +0000 (15:04 -0500)
Source: setterm_command() in drivers/tty/vt/vt.c

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/console_codes.4

index 35f52fc642a1040d3c8f71eabc15d4dd34d0df0e..99895952b961872faac353f23c45f17c41727bbd 100644 (file)
@@ -361,7 +361,7 @@ The following sequences are neither ECMA-48 nor native VT102.
 They are native to the Linux console driver.
 Colors are in SGR parameters:
 0 = black, 1 = red, 2 = green, 3 = brown, 4 = blue, 5 = magenta, 6 =
-cyan, 7 = white.
+cyan, 7 = white; 8\(en15 = bright versions of 0\(en7.
 .TS
 l l.
 ESC [ 1 ; \fIn\fP ]    Set color \fIn\fP as the underline color