Lines of Code MIT Join us on Discord

Crossterm Examples

The examples are compatible with the latest release.

Structure

├── examples
│   └── interactive-test
│   └── event-*
│   └── stderr
File NameDescriptionTopics
examples/interactive-testinteractive, walk trough, democursor, style, event
event-*event reading demos(async) event reading
stderrcrossterm over stderr demoraw mode, alternate screen, custom output
is_ttyIs this instance a tty ?tty

Run examples

$ cargo run --example [file name]

To run the interactive-demo go into the folder examples/interactive-demo and run cargo run.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.