Expand description

Alacritty - The GPU Enhanced Terminal.

Re-exports§

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

Modules§

  • The main event loop which performs I/O on the pseudoterminal.
  • A specialized 2D grid implementation optimized for use in a terminal.
  • Line and Column newtypes for strongly typed tty/grid/terminal APIs.
  • State management for a selection in the grid.
  • Synchronization types.
  • Exports the Term type which is a high-level API for the Grid.
  • TTY related functionality.