1a60924abd
- Command API to introduce easier usability, better performance, and more control over to which buffer to write, and when to flush the buffer to the terminal. |
||
---|---|---|
.. | ||
program_examples | ||
alternate_screen.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 reading.key_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 api.program examples
:this folder will contain some real life examples