Function crossterm::cursor[][src]

pub fn cursor<'stdout>(stdout: &'stdout Screen) -> TerminalCursor<'stdout>

Get an TerminalCursor implementation whereon cursor related actions can be performed. Pass the reference to any screen you want this type to perform actions on.