doc: ctlseqs: we use ‘CSI’ not so much in the tables as in text

This commit is contained in:
Daniel Eklöf 2021-01-09 18:11:31 +01:00
parent 325bbf5e85
commit 42cf196420
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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