Type Alias Screen

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

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

Aliased Type§

struct Screen { /* private fields */ }