minicrossterm/examples/Crossterm 0.2.2 - New Version (Not finished)
2018-07-11 19:43:12 +02:00
..
color runned cargo fmt on crate code 2018-07-01 22:43:43 +02:00
cursor runned cargo fmt on crate code 2018-07-01 22:43:43 +02:00
program_examples Added docs and Result<> to write methods 2018-07-11 19:43:12 +02:00
terminal Windows alternate screen working. color implementation for alternate screen fixed. And all functionalities for the main screen should also work 2018-07-03 22:48:04 +02:00
bin.rs Added docs and Result<> to write methods 2018-07-11 19:43:12 +02:00
README.md Added docs and Result<> to write methods 2018-07-11 19:43:12 +02:00

This folder contains examples for version 0.2.3. 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)
  • program examples (this folder will contain some real life examples)