mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
405a125c82
Adds `PROPORTIONAL_WIDE` and `PROPORTIONAL_TALL` border sets. `symbols::border::PROPORTIONAL_WIDE` ``` ▄▄▄▄ █xx█ █xx█ ▀▀▀▀ ``` `symbols::border::PROPORTIONAL_TALL` ``` █▀▀█ █xx█ █xx█ █▄▄█ ``` Fixes: https://github.com/ratatui-org/ratatui/issues/834 |
||
---|---|---|
.. | ||
backend | ||
buffer | ||
layout | ||
style | ||
terminal | ||
text | ||
widgets | ||
backend.rs | ||
buffer.rs | ||
layout.rs | ||
lib.rs | ||
prelude.rs | ||
style.rs | ||
symbols.rs | ||
terminal.rs | ||
text.rs | ||
widgets.rs |