mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-29 05:51:57 +00:00

Resolves #1775 BREAKING CHANGE: Custom backends now have to implement `Backend::Error` and `Backend::clear_region`. Additionally some generic `Backend` usage will have to explicitly set trait bounds for `Backend::Error`.
Inline demo
This example shows how to use the inlined viewport to render in a specific area of the screen.
To run this demo:
cargo run -p inline