Module alacritty_terminal::ansi
source · [−]Expand description
ANSI Terminal Stream Parsing.
Modules
C0 set of 7-bit control characters (from ANSI X3.4-1977).
Structs
Terminal cursor configuration.
The processor wraps a vte::Parser
to ultimately call methods on a Handler.
Enums
Terminal character attributes.
Identifiers which can be assigned to a graphic character set.
Mode for clearing terminal.
Terminal cursor shape.
Mode for clearing line.
Terminal modes.
Standard colors.
Standard or common character sets which can be designated as G0-G3.
Mode for clearing tab stops.
Traits
Type that handles actions from the parser.