Crate term_model

source ·

Re-exports§

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

Modules§

  • ANSI Terminal Stream Parsing
  • 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
  • Exports the Term type which is a high-level API for the Grid