minicrossterm/examples/Crossterm 0.3.0/terminal/mod.rs
2018-07-18 22:32:17 +02:00

9 lines
215 B
Rust

/// Examples of actions that could be performed on the alternatescreen.
pub mod alternate_screen;
/// Examples of actions that could be performed on the terminal.
pub mod terminal;
// Raw screen
pub mod raw_mode;