Table of Contents

Namespace Microlithix.Text.Ansi

Classes

AnsiParserSettings

Create an instance of this record and pass it to the parser's constructor to configure the behavior of the parser.

AnsiStreamParser

Parses character streams containing ANSI escape code sequences into a structured representation suitable for higher-level processing.

AnsiStringParser

Parses strings containing ANSI escape code sequences into a structured representation suitable for higher-level processing.

ColorSelectionFormat

Indicates how a colour is to be specified, in accordance with ISO 8613-6 [CCITT Recommendation T.416]. The specification includes five formats in which a colour can be specified.

ControlCode

Standardized control codes defined in ECMA-48.

ControlFunction

Constants for indicating which control function should be performed by an ANSI control sequence, as defined in ECMA-48.

DeviceMode

The DeviceMode class defines a set of static constants representing device modes. Device modes indicate the ways in which a device transmits, receives, processes, or images data. The use of modes has been deprecated in order to ensure data compatibility and ease of interchange with a variety of equipment (ECMA-48).

EscapeCode

Standardized escape codes (ESC Fe) defined in ECMA-48.

GraphicRenditionSelector

Standardized parameter values for selecting graphic rendition modes via Select Graphic Rendition (SGR) control sequences.

Enums

ControlStringType

Constants representing the different types of control strings defined in ECMA-48.