mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-09-28 13:31:23 +00:00
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;
|