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
Björn Steinbrink 8f9aa276e8 fix(widgets/list): fix line length calculation for selectable lists
The code that outputs the list elements uses the full inner width of its
block, without taking the width of the highlight symbol into
consideration. This allows the elements to overflow the box and draw
over the block's border. To fix that, we need to reduce the target width
for the list elements.
5 years ago
..
canvas refactor(widgets/canvas): allow canvas to render with a simple dot character instead of braille patterns 5 years ago
barchart.rs feat: add missing `Clone` and `Copy` on types 5 years ago
block.rs feat: add missing `Clone` and `Copy` on types 5 years ago
chart.rs feat: add missing `Clone` and `Copy` on types 5 years ago
clear.rs feat: add missing `Clone` and `Copy` on types 5 years ago
gauge.rs feat: add missing `Clone` and `Copy` on types 5 years ago
list.rs fix(widgets/list): fix line length calculation for selectable lists 5 years ago
mod.rs feat: add missing `Clone` and `Copy` on types 5 years ago
paragraph.rs feat: add missing `Clone` and `Copy` on types 5 years ago
reflow.rs Silence check warnings about [lack of] use of 'dyn' for boxed trait objects. 5 years ago
sparkline.rs feat: add missing `Clone` and `Copy` on types 5 years ago
table.rs feat: add missing `Clone` and `Copy` on types 5 years ago
tabs.rs feat: add missing `Clone` and `Copy` on types 5 years ago