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/tests
Clement Tsang b72ced4511
fix(widgets/chart): remove overflow when dataset if empty (#274)
* docs: Fix missing code block fence
* use slice::windows to deal with underflow issue
* add test for empty dataset and lines
4 years ago
..
block.rs feat: add stateful widgets 4 years ago
chart.rs fix(widgets/chart): remove overflow when dataset if empty (#274) 4 years ago
gauge.rs feat: add stateful widgets 4 years ago
list.rs test: assert items are correctly truncated in the `List` widget 4 years ago
paragraph.rs feat: add stateful widgets 4 years ago
size.rs Upgrade to 2018 edition 5 years ago
table.rs feat: add stateful widgets 4 years ago