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
Xiaopeng Li d999c1b434
feat(widgets/paragraph): Add horizontal scroll (#329)
* `Paragraph:scroll` takes a tuple of offsets instead of a single vertical offset.
* `LineTruncator` takes this new horizontal offset into account to let the paragraph scroll horizontally.
4 years ago
..
canvas fix(widgets/canvas): avoid panic on zero-width bounds 4 years ago
barchart.rs feat: add missing `Clone` and `Copy` on types 4 years ago
block.rs feat: add missing `Clone` and `Copy` on types 4 years ago
chart.rs fix(widgets/chart): remove overflow when dataset if empty (#274) 4 years ago
clear.rs feat: add missing `Clone` and `Copy` on types 4 years ago
gauge.rs feat: add missing `Clone` and `Copy` on types 4 years ago
list.rs fix(widgets/list): fix line length calculation for selectable lists 4 years ago
mod.rs feat(terminal): Add after-draw() cursor control to Frame (#91) (#309) 4 years ago
paragraph.rs feat(widgets/paragraph): Add horizontal scroll (#329) 4 years ago
reflow.rs feat(widgets/paragraph): Add horizontal scroll (#329) 4 years ago
sparkline.rs feat: add missing `Clone` and `Copy` on types 4 years ago
table.rs feat: add missing `Clone` and `Copy` on types 4 years ago
tabs.rs fix panic on narrow buffers (fixes #293) 4 years ago