Specifies the terminal type (how are the escape sequences interpreted).
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Enumeration TerminalType |
C# |
---|
public enum TerminalType |
Members
Member name | Description | |
---|---|---|
Ansi |
The most common type. This includes VT100 and its successors
(common features of VT100, VT102, VT201, VT220 are supported, higher versions are partially supported and may not fully work). Common features of xterm are also supported by this type. If TerminalName refers to VT52 series the VT52 is used instead. | |
Wyse60 |
Wyse 60 compatible type.
| |
Pick |
Pick compatible type.
| |
VT52 |
VT52 compatible type.
|