minicrossterm/src/common/screen/mod.rs

7 lines
146 B
Rust
Raw Normal View History

mod raw;
mod alternate;
use super::{ScreenManager, functions, commands};
pub use self::raw::RawScreen;
pub use self::alternate::AlternateScreen;