2018-07-02 06:40:07 +10:00
|
|
|
/// Examples of actions that could be performed on the alternatescreen.
|
2018-06-14 05:02:09 +10:00
|
|
|
pub mod alternate_screen;
|
2018-07-02 06:40:07 +10:00
|
|
|
|
|
|
|
/// Examples of actions that could be performed on the terminal.
|
|
|
|
pub mod terminal;
|
|
|
|
|
2018-07-19 06:32:17 +10:00
|
|
|
// Raw screen
|
2018-06-14 05:02:09 +10:00
|
|
|
pub mod raw_mode;
|