pub type Screen = Vec<Vec<char>>;
Represents a “screenshot” of the terminal taken at a point in time.