#terminal #crossterm #back-end #term #behavior

yanked too_crossterm

a crossterm backend for too

1 unstable release

0.1.0 Sep 30, 2024

#41 in #crossterm

MIT/Apache

16KB
307 lines

too_crossterm

This ia a Backend and EventReader implementation for too.

Usage:

use too_crossterm::{Term, Config};
let term = Term::setup(Config::default())?;

See docs for Config for enabling different behaviors.


License: APACHE or MIT

Dependencies

~6–15MB
~197K SLoC