[][src]Crate alacritty

Alacritty - The GPU Enhanced Terminal

Re-exports

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

Modules

ansi

ANSI Terminal Stream Parsing

cli
config

Configuration definitions and file loading

display

The display subsystem including window management, font rasterization, and GPU drawing.

event

Process window events

event_loop

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

gl
grid

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

index

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

input

Handle input from glutin

logging

Logging for alacritty.

macros
message_bar
meter

Rendering time meter

panic

ANSI Terminal Stream Parsing

renderer
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

tty

tty related functionality

util
window

Macros

die