Function crossterm::terminal::terminal[][src]

pub fn terminal<'stdout>(screen: &'stdout Screen) -> Terminal<'stdout>

Get an terminal implementation whereon terminal related actions could performed. Pass the reference to any screen you want this type to perform actions on.