Expand description
Ratatui backends for Bracket Terminal.
This crate does not currently provide any special support for rendering the Ratatui cursor; if you want to show the cursor then the calling code needs to draw it.
Note that Bracket (at least with normal fonts) is strictly extended ASCII / CP437, whereas Ratatui defaults to unicode for box drawing etc.. You will likely need to set such characters yourself.
Modules§
- bterm
- Backends which draw directly to a Bracket BTerm.
- draw_
batch - Backends which draw to a Bracket DrawBatch.
Structs§
- Basic
Colour Converter - Basic colour conversion.
Traits§
- Colour
Converter - Handling of conversions from Ratatui colours to Bracket colours.