Type Definition branchless::tui::testing::Screen[][src]

pub type Screen = Vec<Vec<char>>;
Expand description

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