Enum VtSequenceStartType
VT sequence start type
Namespace: Terminaux.Sequences
Assembly: Terminaux.dll
Syntax
public enum VtSequenceStartType
Fields
| Name | Description |
|---|---|
| Alphabetic | CSI sequence that starts with a letter |
| Numeric | CSI sequence that starts with a digit |
| Special | CSI sequence that starts with a special char |