Type Definition git_branchless::tui::testing::Screen

source ·
pub type Screen = Vec<Vec<char, Global>, Global>;
Expand description

Represents a “screenshot” of the terminal taken at a point in time.