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
|
|
|
|
|
|
|
It has 4 modules:
|
|
|
|
- color (this is about all the styling of the terminal)
|
|
|
|
- cursor (this is about all the actions you can perform with the cursor)
|
|
|
|
- terminal (this is about all the actions you can perform on the terminal)
|
2018-08-03 20:01:04 +10:00
|
|
|
- input (this is about all input actions you can perform on with terminal)
|
|
|
|
- crossterm_type (this is about the struct `Crossterm`)
|
2018-08-12 22:51:08 +10:00
|
|
|
- program examples (this folder will contain some real life examples)
|