Specifies the terminal emulation types supported by the Terminal class.
| Member Name | Description |
|---|---|
| None | The virtual display does not emulate any specific terminal type, and does not process any escape sequences. |
| ANSI | The virtual display will process ANSI escape sequences. The default keymap for an ANSI console is loaded. This is the default value. |
| VT100 | The virtual display will process DEC VT100 escape sequences. The default keymap for a VT100 terminal is loaded. |
| VT220 | The virtual display will process DEC VT220 escape sequences. The default keymap for a VT220 terminal is loaded. |
Namespace: SocketTools
Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)