[][src]Module alacritty::ansi

ANSI Terminal Stream Parsing

Modules

C0

C0 set of 7-bit control characters (from ANSI X3.4-1977).

C1

C1 set of 8-bit control characters (from ANSI X3.64-1979)

Structs

Processor

The processor wraps a vte::Parser to ultimately call methods on a Handler

Enums

Attr

Terminal character attributes

CharsetIndex

Identifiers which can be assigned to a graphic character set

ClearMode

Mode for clearing terminal

Color
CursorStyle

Describes shape of cursor

LineClearMode

Mode for clearing line

Mode

Terminal modes

NamedColor

Standard colors

StandardCharset

Standard or common character sets which can be designated as G0-G3

TabulationClearMode

Mode for clearing tab stops

Traits

Handler

Type that handles actions from the parser

TermInfo

Trait that provides properties of terminal