ratatui/src
Emirhan TALA 405a125c82
feat: add wide and tall proportional border set (#848)
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
2024-01-19 00:24:49 -08:00
..
backend docs(examples): document incompatible examples better (#844) 2024-01-18 01:56:06 -08:00
buffer feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00
layout feat(layout): add Position struct (#790) 2024-01-18 14:07:36 +01:00
style feat(style): add material design color palette (#786) 2024-01-11 19:22:57 +01:00
terminal feat: Add frame count (#766) 2024-01-08 03:51:53 -05:00
text feat(text): add style and alignment (#807) 2024-01-17 18:54:53 +01:00
widgets fix(list): Modify List and List example to support saving offsets. (#667) 2024-01-19 09:17:39 +01:00
backend.rs docs(examples): document incompatible examples better (#844) 2024-01-18 01:56:06 -08:00
buffer.rs feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00
layout.rs feat(layout): add Position struct (#790) 2024-01-18 14:07:36 +01:00
lib.rs docs(examples): document incompatible examples better (#844) 2024-01-18 01:56:06 -08:00
prelude.rs docs(terminal): add docs for terminal module (#486) 2023-09-11 18:39:15 -07:00
style.rs feat(style): add tailwind color palette (#787) 2024-01-11 10:07:53 -08:00
symbols.rs feat: add wide and tall proportional border set (#848) 2024-01-19 00:24:49 -08:00
terminal.rs refactor(terminal): extract types to files (#760) 2024-01-07 12:53:16 +01:00
text.rs feat(line): implement Widget for Line (#715) 2023-12-27 20:30:47 +01:00
widgets.rs refactor(widget): move borders to widgets/borders.rs (#832) 2024-01-16 16:16:42 -08:00