9 lines
215 B
Rust
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;
|