TerminalType Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Specifies the terminal type (how are the escape sequences interpreted).
Syntax
public enum TerminalType
Fields
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). |
Pick | Pick compatible type. |
VT52 | VT52 compatible type. |
Wyse60 | Wyse 60 compatible type. |