From e224cfce333a25ed03f222858cd9b1ff58669c0c Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 9 Mar 2019 15:55:02 +0100 Subject: [PATCH] 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 Signed-off-by: Michael Kerrisk --- man4/console_codes.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 35f52fc64..99895952b 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -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