minicrossterm/examples
Timon ff9b5d9a39
Refactored winapi and moved code to (crossterm_winapi) (#67)
* Refactored winapi and moved some code to its own crate (crossterm_winapi).
2018-12-31 10:55:48 -08:00
..
color Refactored winapi and moved code to (crossterm_winapi) (#67) 2018-12-31 10:55:48 -08:00
cursor Refactored winapi and moved code to (crossterm_winapi) (#67) 2018-12-31 10:55:48 -08:00
input Refactored winapi and moved code to (crossterm_winapi) (#67) 2018-12-31 10:55:48 -08:00
program_examples Refactored winapi and moved code to (crossterm_winapi) (#67) 2018-12-31 10:55:48 -08:00
some_types Cleanup (#45) 2018-11-21 17:48:22 +01:00
terminal Refactored winapi and moved code to (crossterm_winapi) (#67) 2018-12-31 10:55:48 -08:00
examples.rs Refactored winapi and moved code to (crossterm_winapi) (#67) 2018-12-31 10:55:48 -08:00
README.md Tested all windows logic also fixed bug with resetting terminal color. 2018-08-12 14:51:08 +02:00

This folder contains examples for version 0.3.0 Here you will find examples of all the functionalities crossterm offers.

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)
  • input (this is about all input actions you can perform on with terminal)
  • crossterm_type (this is about the struct Crossterm)
  • program examples (this folder will contain some real life examples)