Skip to content
Snippets Groups Projects
Commit f877a545 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Document ECMA-35 nF Escape Sequences

CTerm does not presently take any action for any of these, but it
does parse and ignore them.
parent 5090c361
No related branches found
No related tags found
No related merge requests found
Pipeline #8196 passed
......@@ -529,6 +529,17 @@ the cursor.
SOURCE: <<ECMA-48>>
== nF Escape Sequences
nF Escape Sequences are in the following format: +
`ESC {SPACE to '/}{'0'` to `'~'}` +
There may be multiple characters from the {SPACE to '/'} before the
terminating {'@' to '~'} character.
At present, CTerm does not support any nF escape sequences.
SOURCE: <<ECMA-35>>
== Control Sequences:
Control sequences start with the Control Sequence Introducer which is
......@@ -2467,3 +2478,4 @@ for people who want to maintain compatibility.
* [[colors256]]https://jonasjacek.github.io/colors/[[256colors\]] Jonas Jarad Jacek. 256 colors cheat sheet. 2023-12-24.
* [[VT420]]https://vt100.net/docs/vt420-uu/[[VT420\]] Digital. Installing and Using the VT420 Video Terminal. June 1990.
* [[ANSISYS]]https://en.wikipedia.org/wiki/ANSI.SYS[[ANSISYS\]] Wikipedia. ANSI.SYS.
* [[ECMA-35]]https://ecma-international.org/wp-content/uploads/ECMA-35_6th_edition_december_1994.pdf[[ECMA-35\]] ECMA. Character Code Structure and Extension Techniques. December 1994
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment