kst/ke/escapes.txt

14 lines
273 B
Plaintext
Raw Normal View History

2020-02-08 08:40:21 +00:00
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