|
|
||
|---|---|---|
| .. | ||
| program_examples | ||
| alternate_screen.rs | ||
| command.rs | ||
| crossterm.rs | ||
| cursor.rs | ||
| input.rs | ||
| key_events.rs | ||
| raw_mode.rs | ||
| README.md | ||
| style.rs | ||
| terminal.rs | ||
This folder contains examples for version 0.3.0 Here you will find examples of all the functionalities crossterm offers.
color: this is about the styling of the terminalcursor: this is about the actions you can perform with the cursorterminal: this is about the actions you can perform on the terminalinput: this is about input reading.key_events: this is about reading key eventscrossterm: this is about the structCrosstermalternate_screen: this is about switching to an alternate screen bufferraw_screen; this is about enabling raw screencommand: this is about to the command api.program examples:this folder will contain some real life examples