Terminaltyp
Terminaltyp, often referred to as terminal type, is a classification used by software to describe the capabilities of a terminal or terminal emulator. The type informs programs how to render text, move the cursor, and interpret input by selecting the appropriate control sequences and feature sets.
Historically, the concept emerged with early interactive terminals such as DEC’s VT100. As software ran on diverse
Terminfo and termcap describe capabilities through boolean, numeric, and string entries. Boolean capabilities indicate support for
Common terminal types include historical examples like vt100 and ANSI terminals, as well as modern terminal
See also: TERM environment variable, terminfo, termcap, ANSI escape codes, terminal emulator.