[][src]Crate alacritty_terminal

Alacritty - The GPU Enhanced Terminal.

Re-exports

pub use crate::grid::Grid;
pub use crate::term::Term;

Modules

ansi

ANSI Terminal Stream Parsing.

config
event
event_loop

The main event loop which performs I/O on the pseudoterminal.

grid

A specialized 2D grid implementation optimized for use in a terminal.

index

Line and Column newtypes for strongly typed tty/grid/terminal APIs.

selection

State management for a selection in the grid.

sync

Synchronization types.

term

Exports the Term type which is a high-level API for the Grid.

thread
tty

TTY related functionality.

vi_mode