2018-07-16 07:08:10 +10:00
|
|
|
This folder contains examples for version 0.3.0 Here you will find examples of all the functionalities crossterm offers.
|
2018-07-12 03:43:12 +10:00
|
|
|
|
2019-07-25 04:10:27 +10:00
|
|
|
- `color`: this is about the styling of the terminal
|
|
|
|
- `cursor`: this is about the actions you can perform with the cursor
|
|
|
|
- `terminal`: this is about the actions you can perform on the terminal
|
2019-09-06 00:14:33 +10:00
|
|
|
- `input`: this is about input reading
|
2019-07-25 04:10:27 +10:00
|
|
|
- `key_events`: this is about reading key events
|
|
|
|
- `crossterm`: this is about the struct `Crossterm`
|
|
|
|
- `alternate_screen`: this is about switching to an alternate screen buffer
|
2019-09-06 00:14:33 +10:00
|
|
|
- `raw_screen`: this is about enabling raw screen
|
|
|
|
- `command`: this is about to the command api
|
|
|
|
- `program examples`: this folder will contain some real life examples
|
|
|
|
- `command_bar`: this is a terminal application where multiple threads write to the output while you can enter
|
|
|
|
commands asynchronously
|