//! A module which provides some functionalities to work with the terminal screen.
//! Like allowing you to switch between main and alternate screen or putting the terminal into raw mode.
modalternate;modraw;modscreen;usesuper::{commands, TerminalOutput};pubuseself::alternate::AlternateScreen;pubuseself::raw::RawScreen;pubuseself::screen::Screen;