console_codes.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-07 17:18:39 +01:00
parent 329eb744fa
commit 40fe605beb
1 changed files with 9 additions and 3 deletions

View File

@ -258,7 +258,9 @@ The toggle meta flag
causes the high bit of a byte to be toggled
before the mapping table translation is done.
T}
21 set underline (<4.17 and many other terminals set normal intensity)
21 T{
set underline (<4.17 and many other terminals set normal intensity)
T}
22 set normal intensity
24 underline off
25 blink off
@ -271,7 +273,9 @@ T}
35 set magenta foreground
36 set cyan foreground
37 set white foreground
38 256/24-bit foreground color follows, shoehorned into 16 basic colors
38 T{
256/24-bit foreground color follows, shoehorned into 16 basic colors
T}
39 set default foreground color
40 set black background
41 set red background
@ -281,7 +285,9 @@ T}
45 set magenta background
46 set cyan background
47 set white background
48 256/24-bit background color follows, shoehorned into 8 basic colors
48 T{
256/24-bit background color follows, shoehorned into 8 basic colors
T}
49 set default background color
90..97 set foreground to bright versions of 30..37
100.107 set background, same as 40..47 (bright not supported)