We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce the regression, checkout this repo and run the examples
git clone --depth=1 https://github.com/ivanceras/titik
To run the examples using crossterm 0.18.0, the TUI is snappy and responsive.
cargo run --release --example simple cargo run --release --example demo
To run the examples using crossterm 0.23.0, the TUI is very sluggish/slow.
cargo run --release --example simple --no-default-features --features crossterm_new cargo run --release --example demo --no-default-features --features crossterm_new
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce the regression, checkout this repo and run the examples
To run the examples using crossterm 0.18.0, the TUI is snappy and responsive.
To run the examples using crossterm 0.23.0, the TUI is very sluggish/slow.
The text was updated successfully, but these errors were encountered: