.. | ||
program_examples | ||
alternate_screen.rs | ||
command_bar.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 readingkey_events
: this is about reading key eventscrossterm
: this is about the structCrossterm
alternate_screen
: this is about switching to an alternate screen bufferraw_screen
: this is about enabling raw screencommand
: this is about to the command apiprogram examples
: this folder will contain some real life examplescommand_bar
: this is a terminal application where multiple threads write to the output while you can enter commands asynchronously