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