Escape sequences - lxqt/qtermwidget GitHub Wiki

Compatibility tests

https://invisible-island.net/vttest/

Hacking

Escape sequences are parsed in Vt102Emulation::receiveChar(). Most sequences are handled in Vt102Emulation::processToken(), and operating system commands (OSC) are handled in Vt102Emulation::processWindowAttributeChange().

TODOs

References