Contribute

ANSI Escape Code Docs

EndOfText
=
U+0003
Backspace
=
U+0008
Escape
=
U+001B
Delete
=
U+007F
CSI
=
Escape [

Move Cursor

The amount is optional. When missing or 0 it defaults to 1.

CursorUp
=
CSI [amount] A
CursorDown
=
CSI [amount] B
CursorRight
=
CSI [amount] C
CursorLeft
=
CSI [amount] D

Set Mode

Insert Mode

Insert mode lets insert text between other text instead of overwriting it.

SetInsertMode
=
CSI 4 h

Reset Mode

ResetInsertMode
=
CSI 4 l

Stupid Byte Format Translator