libtsm: libtsm (terminal-emulator state machine)
libtsm:
libtsm: TSM is a state machine for DEC VT100-VT520 compatible terminal
libtsm: emulators. It tries to support all common standards while keeping
libtsm: compatibility to existing emulators like xterm, gnome-terminal,
libtsm: konsole, ..
libtsm:
libtsm: TSM itself does not provide any rendering nor window management. It
libtsm: is a simple plain state machine without any external dependencies. It
libtsm: can be used to implement terminal emulators, but also to implement
libtsm: other applications that need to interpret terminal escape sequences.