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

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