doc: ctlseqs: minor readability tweaks

This commit is contained in:
Daniel Eklöf 2021-01-09 18:29:12 +01:00
parent be49c3c0a6
commit 33b4fcad9f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -63,7 +63,7 @@ single CSI sequence by separating them with semicolons: *CSI 1;2;3 m*
[[ *Sequence* [[ *Sequence*
:[ *Description* :[ *Description*
| 0 | 0
: Reset all attributes. : Reset all attributes
| 1 | 1
: Bold : Bold
| 2 | 2
@ -97,13 +97,13 @@ single CSI sequence by separating them with semicolons: *CSI 1;2;3 m*
| 30-37 | 30-37
: Select foreground color (using *regularN* in *foot.ini*(5)) : Select foreground color (using *regularN* in *foot.ini*(5))
| 38 | 38
: See indexed and RGB colors below : See "indexed and RGB colors" below
| 39 | 39
: Use the default foreground color (*foreground* in *foot.ini*(5)) : Use the default foreground color (*foreground* in *foot.ini*(5))
| 40-47 | 40-47
: Select background color (using *regularN* in *foot.ini*(5)) : Select background color (using *regularN* in *foot.ini*(5))
| 48 | 48
: See indexed and RGB colors below : See "indexed and RGB colors" below
| 49 | 49
: Use the default background color (*background* in *foot.ini*(5)) : Use the default background color (*background* in *foot.ini*(5))
| 90-97 | 90-97