mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00

Backend code is now moved to `ratatui-crossterm`, `ratatui-termion` and `ratatui-termwiz`. This should be backwards compatible with existing code. Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
296 B
296 B
Ratatui-termion
This module provides the [TermionBackend
] implementation for the Backend
trait. It uses
the Termion crate to interact with the terminal.