console_codes.4: Document that \e[1;n] and \e[2;n] support 16 colors

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>
This commit is contained in:
Jakub Wilk 2019-03-09 15:55:02 +01:00 committed by Michael Kerrisk
parent 60ae21db4c
commit e224cfce33
1 changed files with 1 additions and 1 deletions

View 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