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

Update cterm.txt as well.

I really shouldn't be doing this though. :(
parent 2c3b4091
No related branches found
No related tags found
No related merge requests found
Pipeline #8803 passed
...@@ -96,6 +96,16 @@ Control codes are in the following format: ...@@ -96,6 +96,16 @@ Control codes are in the following format:
ESC {'0' (ZERO) to '~'} ESC {'0' (ZERO) to '~'}
Legal combinations which are not handled are silently dropped. Legal combinations which are not handled are silently dropped.
ESC 7 Save Cursor (DECSC)
Same as CSI s
SOURCE: Digital VT102 User Guide
ESC 8 Restore Cursor (DECRC)
Same as CSI u
SOURCE: Digital VT102 User Guide
ESC E Next Line (NEL) ESC E Next Line (NEL)
Moves to the line home position of the next line. Moves to the line home position of the next line.
(Same as CR LF) (Same as CR LF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment