Description
Terminal applications can emulate VT100 and rxvt-style behavior through a reusable library.
This package is useful for developers building text interfaces, terminal widgets, consoles, or applications that need to interpret terminal control sequences. It does not add a terminal emulator app by itself; another program uses it internally.
Terminal escape handling affects what users see and which controls are interpreted. Treat untrusted remote output and logs carefully.