Function crossterm::cursor::from_screen

source ·
pub fn from_screen(screen: &Screen) -> TerminalCursor<'_>
Expand description

Get a TerminalCursor instance whereon cursor related actions can be performed. Pass the reference to any Screen you want this type to perform actions on.