Description
Terminal applications can emulate VT220 or xterm-like behavior through an abstract C99 library.
This package is useful for developers building terminal emulators, multiplexers, embedded consoles, remote shells, or text interfaces that need terminal parsing and screen-state handling. It does not add a terminal emulator app by itself.
Terminal escape handling affects what users see and which controls are interpreted. Treat untrusted terminal output carefully, especially from remote systems or logs.