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

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