mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-09-28 13:31:23 +00:00

- 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.
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