okay back to the one file

This commit is contained in:
2020-02-08 00:40:21 -08:00
parent 7e837ca751
commit e7d059ba11
7 changed files with 265 additions and 122 deletions

13
escapes.txt Normal file
View File

@@ -0,0 +1,13 @@
ESCAPE CODES
============
note: these will all omit the leading ESC[
https://vt100.net/docs/vt100-ug/chapter3.html
H reposition cursor @ 1,1
${row};${col}H reposition cursor @ ${row},${col}
J erase-in-display
h set mode
l reset mode
modes:
?25 hide cursor feature