Crate term_model

Source

Re-exports§

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

Modules§

ansi
ANSI Terminal Stream Parsing
clipboard
config
event
grid
A specialized 2d grid implementation optimized for use in a terminal.
index
Line and Column newtypes for strongly typed tty/grid/terminal APIs
message_bar
selection
State management for a selection in the grid
term
Exports the Term type which is a high-level API for the Grid