Class VtSequenceBasicChars
VT sequence basic characters for forming VT sequences
Inheritance
Namespace: Terminaux.Sequences.Builder
Assembly: Terminaux.dll
Syntax
public static class VtSequenceBasicChars
Fields
| Edit this page View SourceAPCChar
Gets the APC character
Declaration
public const char APCChar = '\u009f'
Field Value
| Type | Description |
|---|---|
| char |
APCPrefixChar
Gets the APC prefix character
Declaration
public const char APCPrefixChar = '_'
Field Value
| Type | Description |
|---|---|
| char |
APCSequencePrefix
Gets the APC escape sequence prefix
Declaration
public static readonly string APCSequencePrefix
Field Value
| Type | Description |
|---|---|
| string |
AlternateCharacterSetChar
Gets the alternate character set character
Declaration
public const char AlternateCharacterSetChar = '\u000e'
Field Value
| Type | Description |
|---|---|
| char |
BackspaceChar
Gets the backspace character
Declaration
public const char BackspaceChar = '\b'
Field Value
| Type | Description |
|---|---|
| char |
BellChar
Gets the bell character
Declaration
public const char BellChar = '\a'
Field Value
| Type | Description |
|---|---|
| char |
CarriageReturnChar
Gets the carriage return character
Declaration
public const char CarriageReturnChar = '\r'
Field Value
| Type | Description |
|---|---|
| char |
CsiChar
Gets the CSI character
Declaration
public const char CsiChar = '\u009b'
Field Value
| Type | Description |
|---|---|
| char |
CsiPrefixChar
Gets the CSI prefix character
Declaration
public const char CsiPrefixChar = '['
Field Value
| Type | Description |
|---|---|
| char |
CsiSequencePrefix
Gets the CSI escape sequence prefix
Declaration
public static readonly string CsiSequencePrefix
Field Value
| Type | Description |
|---|---|
| string |
DCSChar
Gets the DCS character
Declaration
public const char DCSChar = '\u0090'
Field Value
| Type | Description |
|---|---|
| char |
DCSPrefixChar
Gets the DCS prefix character
Declaration
public const char DCSPrefixChar = 'P'
Field Value
| Type | Description |
|---|---|
| char |
DCSSequencePrefix
Gets the DCS escape sequence prefix
Declaration
public static readonly string DCSSequencePrefix
Field Value
| Type | Description |
|---|---|
| string |
EscapeChar
Gets the escape character
Declaration
public const char EscapeChar = '\u001b'
Field Value
| Type | Description |
|---|---|
| char |
FormFeedChar
Gets the form feed character
Declaration
public const char FormFeedChar = '\f'
Field Value
| Type | Description |
|---|---|
| char |
HorizontalTabChar
Gets the horizontal tab character
Declaration
public const char HorizontalTabChar = '\t'
Field Value
| Type | Description |
|---|---|
| char |
LineFeedChar
Gets the line feed character
Declaration
public const char LineFeedChar = '\n'
Field Value
| Type | Description |
|---|---|
| char |
OSCChar
Gets the OSC character
Declaration
public const char OSCChar = '\u009d'
Field Value
| Type | Description |
|---|---|
| char |
OSCPrefixChar
Gets the OSC prefix character
Declaration
public const char OSCPrefixChar = ']'
Field Value
| Type | Description |
|---|---|
| char |
OSCSequencePrefix
Gets the OSC escape sequence prefix
Declaration
public static readonly string OSCSequencePrefix
Field Value
| Type | Description |
|---|---|
| string |
PMChar
Gets the PM character
Declaration
public const char PMChar = '\u009e'
Field Value
| Type | Description |
|---|---|
| char |
PMPrefixChar
Gets the PM prefix character
Declaration
public const char PMPrefixChar = '^'
Field Value
| Type | Description |
|---|---|
| char |
PMSequencePrefix
Gets the PM escape sequence prefix
Declaration
public static readonly string PMSequencePrefix
Field Value
| Type | Description |
|---|---|
| string |
ReturnTerminalStatusChar
Gets the return terminal status character
Declaration
public const char ReturnTerminalStatusChar = '\u0005'
Field Value
| Type | Description |
|---|---|
| char |
SpaceChar
Gets the space character
Declaration
public const char SpaceChar = ' '
Field Value
| Type | Description |
|---|---|
| char |
StChar
Gets the St character
Declaration
public const char StChar = '\u009c'
Field Value
| Type | Description |
|---|---|
| char |
StandardCharacterSetChar
Gets the standard character set character
Declaration
public const char StandardCharacterSetChar = '\u000f'
Field Value
| Type | Description |
|---|---|
| char |
VerticalTabChar
Gets the vertical tab character
Declaration
public const char VerticalTabChar = '\v'
Field Value
| Type | Description |
|---|---|
| char |