You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/src
Florian Dehau 5ea54792c0 refactor(widgets/table): more flexible table
- control over the style of each cell and its content using the styling capabilities of Text.
- rows with multiple lines.
- fix panics on small areas.
- less generic type parameters.
4 years ago
..
backend chore: clippy fixes (#386) 4 years ago
widgets refactor(widgets/table): more flexible table 4 years ago
buffer.rs feat(buffer): add a method to build a `Style` out of an existing `Cell` 4 years ago
layout.rs layout: add vertical split constraint test on height 4 years ago
lib.rs Release v0.13.0 4 years ago
style.rs doc(style): improve documentation of Style 4 years ago
symbols.rs feat(widgets/canvas): added type Block in canvas markers (#350) 4 years ago
terminal.rs feat(text): extend `Text` to be stylable and extendable (#361) 4 years ago
text.rs feat(text): extend `Text` to be stylable and extendable (#361) 4 years ago