Search Results for

    Show / Hide Table of Contents

    Class VtSequenceBasicChars

    VT sequence basic characters for forming VT sequences

    Inheritance
    object
    VtSequenceBasicChars
    Namespace: Terminaux.Sequences.Builder
    Assembly: Terminaux.dll
    Syntax
    public static class VtSequenceBasicChars

    Fields

    | Edit this page View Source

    APCChar

    Gets the APC character

    Declaration
    public const char APCChar = '\u009f'
    Field Value
    Type Description
    char
    | Edit this page View Source

    APCPrefixChar

    Gets the APC prefix character

    Declaration
    public const char APCPrefixChar = '_'
    Field Value
    Type Description
    char
    | Edit this page View Source

    APCSequencePrefix

    Gets the APC escape sequence prefix

    Declaration
    public static readonly string APCSequencePrefix
    Field Value
    Type Description
    string
    | Edit this page View Source

    AlternateCharacterSetChar

    Gets the alternate character set character

    Declaration
    public const char AlternateCharacterSetChar = '\u000e'
    Field Value
    Type Description
    char
    | Edit this page View Source

    BackspaceChar

    Gets the backspace character

    Declaration
    public const char BackspaceChar = '\b'
    Field Value
    Type Description
    char
    | Edit this page View Source

    BellChar

    Gets the bell character

    Declaration
    public const char BellChar = '\a'
    Field Value
    Type Description
    char
    | Edit this page View Source

    CarriageReturnChar

    Gets the carriage return character

    Declaration
    public const char CarriageReturnChar = '\r'
    Field Value
    Type Description
    char
    | Edit this page View Source

    CsiChar

    Gets the CSI character

    Declaration
    public const char CsiChar = '\u009b'
    Field Value
    Type Description
    char
    | Edit this page View Source

    CsiPrefixChar

    Gets the CSI prefix character

    Declaration
    public const char CsiPrefixChar = '['
    Field Value
    Type Description
    char
    | Edit this page View Source

    CsiSequencePrefix

    Gets the CSI escape sequence prefix

    Declaration
    public static readonly string CsiSequencePrefix
    Field Value
    Type Description
    string
    | Edit this page View Source

    DCSChar

    Gets the DCS character

    Declaration
    public const char DCSChar = '\u0090'
    Field Value
    Type Description
    char
    | Edit this page View Source

    DCSPrefixChar

    Gets the DCS prefix character

    Declaration
    public const char DCSPrefixChar = 'P'
    Field Value
    Type Description
    char
    | Edit this page View Source

    DCSSequencePrefix

    Gets the DCS escape sequence prefix

    Declaration
    public static readonly string DCSSequencePrefix
    Field Value
    Type Description
    string
    | Edit this page View Source

    EscapeChar

    Gets the escape character

    Declaration
    public const char EscapeChar = '\u001b'
    Field Value
    Type Description
    char
    | Edit this page View Source

    FormFeedChar

    Gets the form feed character

    Declaration
    public const char FormFeedChar = '\f'
    Field Value
    Type Description
    char
    | Edit this page View Source

    HorizontalTabChar

    Gets the horizontal tab character

    Declaration
    public const char HorizontalTabChar = '\t'
    Field Value
    Type Description
    char
    | Edit this page View Source

    LineFeedChar

    Gets the line feed character

    Declaration
    public const char LineFeedChar = '\n'
    Field Value
    Type Description
    char
    | Edit this page View Source

    OSCChar

    Gets the OSC character

    Declaration
    public const char OSCChar = '\u009d'
    Field Value
    Type Description
    char
    | Edit this page View Source

    OSCPrefixChar

    Gets the OSC prefix character

    Declaration
    public const char OSCPrefixChar = ']'
    Field Value
    Type Description
    char
    | Edit this page View Source

    OSCSequencePrefix

    Gets the OSC escape sequence prefix

    Declaration
    public static readonly string OSCSequencePrefix
    Field Value
    Type Description
    string
    | Edit this page View Source

    PMChar

    Gets the PM character

    Declaration
    public const char PMChar = '\u009e'
    Field Value
    Type Description
    char
    | Edit this page View Source

    PMPrefixChar

    Gets the PM prefix character

    Declaration
    public const char PMPrefixChar = '^'
    Field Value
    Type Description
    char
    | Edit this page View Source

    PMSequencePrefix

    Gets the PM escape sequence prefix

    Declaration
    public static readonly string PMSequencePrefix
    Field Value
    Type Description
    string
    | Edit this page View Source

    ReturnTerminalStatusChar

    Gets the return terminal status character

    Declaration
    public const char ReturnTerminalStatusChar = '\u0005'
    Field Value
    Type Description
    char
    | Edit this page View Source

    SpaceChar

    Gets the space character

    Declaration
    public const char SpaceChar = ' '
    Field Value
    Type Description
    char
    | Edit this page View Source

    StChar

    Gets the St character

    Declaration
    public const char StChar = '\u009c'
    Field Value
    Type Description
    char
    | Edit this page View Source

    StandardCharacterSetChar

    Gets the standard character set character

    Declaration
    public const char StandardCharacterSetChar = '\u000f'
    Field Value
    Type Description
    char
    | Edit this page View Source

    VerticalTabChar

    Gets the vertical tab character

    Declaration
    public const char VerticalTabChar = '\v'
    Field Value
    Type Description
    char
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX