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/widgets
Florian Dehau 13e194cd26 refactor: update widgets
* all widgets use the consumable builder pattern
* `draw` on terminal expect a closure that take a frame as only arg
6 years ago
..
canvas refactor: update widgets 6 years ago
barchart.rs refactor: update widgets 6 years ago
block.rs refactor: clippy + rustfmt 6 years ago
chart.rs refactor: update widgets 6 years ago
gauge.rs refactor: update widgets 6 years ago
list.rs refactor: update widgets 6 years ago
mod.rs refactor: clippy + rustfmt 6 years ago
paragraph.rs refactor: update widgets 6 years ago
sparkline.rs refactor: update widgets 6 years ago
table.rs refactor: update widgets 6 years ago
tabs.rs refactor: update widgets 6 years ago