SocketTools .NET Edition

Terminal.TerminalEmulation Enumeration

Specifies the terminal emulation types supported by the Terminal class.

[Visual Basic]
Public Enum Terminal.TerminalEmulation
[C#]
public enum Terminal.TerminalEmulation

Members

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.

Requirements

Namespace: SocketTools

Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)

See Also

SocketTools Namespace