//! This module provides some modules to work with the terminal screen.
//! Like allowing you to switch between raw and alternate screen.
modalternate;modraw;modscreen;usesuper::{commands, TerminalOutput};pubuseself::alternate::AlternateScreen;pubuseself::raw::RawScreen;pubuseself::screen::Screen;