ratatui
https://github.com/ratatui-org/ratatui
Rust
Rust library that's all about cooking up terminal user interfaces (TUIs)
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported3 Subscribers
Add a CodeTriage badge to ratatui
Help out
- Issues
- fix: shadow: don't use Arc if the target doesn't support Atomics
- fix(widgets): forward portable-atomic feature to ratatui-widgets
- `portable-atomic` feature on `ratatui` does not forward to `ratatui-widgets`, breaking `no_std` builds on targets without atomic CAS
- fix(layout): account for inter-segment spacing in Ratio/Percentage si…
- feat(macros): add consistent arrow styling
- Unnecessary cursor Show + MoveTo emitted every frame on unchanged frames
- fix(chart): space x axis labels evenly across the axis
- feat(terminal): skip redundant cursor show/move when position is unchanged
- Blocking `flush()` on a full pty freezes the entire render loop, and there is no non-blocking / async escape hatch
- feat: custom underlines
- Docs
- Rust not yet supported