minicrossterm/examples/Crossterm 0.3.1/terminal/mod.rs

9 lines
215 B
Rust
Raw Normal View History

/// 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;