mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-25 01:40:19 -05:00
doc: ctlseqs: we use ‘CSI’ not so much in the tables as in text
This commit is contained in:
parent
325bbf5e85
commit
42cf196420
1 changed files with 3 additions and 4 deletions
|
|
@ -50,10 +50,9 @@ Foot does not support any CC1 control sequences.
|
||||||
|
|
||||||
# CSI
|
# CSI
|
||||||
|
|
||||||
All sequences begin with *\\E[*, denoted _CSI_ in the tables
|
All sequences begin with *\\E[*, from here on denoted _CSI_. Spaces
|
||||||
below. Spaces are used in the sequence strings to make them easier to
|
are used in the sequence strings to make them easier to read, but are
|
||||||
read, but are not actually part of the string. I.e. *CSI 1 m* is
|
not actually part of the string. I.e. *CSI 1 m* is really *\\E1m*.
|
||||||
really *\\E1m*.
|
|
||||||
|
|
||||||
## SGR
|
## SGR
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue