Expand description
Alacritty - The GPU Enhanced Terminal.
Re-exports§
Modules§
- 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