#ascii #terminal #tui #cp437 #gamedev

ratatui-bracket-terminal

Ratatui backends for Bracket Terminal

2 releases

0.1.2 Mar 5, 2024
0.1.1 Feb 8, 2024
0.1.0 Feb 8, 2024

#575 in Command-line interface

Custom license

21KB
254 lines

ratatui-bracket-terminal

test crates-io api-docs

Ratatui backends for Bracket Terminal.


lib.rs:

[Ratatui][ratatui] backends for [Bracket Terminal][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.

Dependencies

~13–22MB
~246K SLoC