doc: ctlseq: add missing ‘[’ in example escape sequence

This commit is contained in:
Daniel Eklöf 2021-02-21 12:10:56 +01:00
parent db9bd8c1ae
commit 022646f8eb
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -127,7 +127,7 @@ equivalent to 8-bit C1 controls.
All sequences begin with *\\E[*, sometimes abbreviated _CSI_. Spaces All sequences begin with *\\E[*, sometimes abbreviated _CSI_. Spaces
are used in the sequence strings to make them easier to read, but are are used in the sequence strings to make them easier to read, but are
not actually part of the string. I.e. *\\E[ 1 m* is really *\\E1m*. not actually part of the string. I.e. *\\E[ 1 m* is really *\\E[1m*.
## SGR ## SGR