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
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_termion.rs fix(tests): remove clippy warnings about single char push (#424) 4 years ago
terminal.rs refactor(tests): rename integration tests to be able to call group of tests 4 years ago
widgets_barchart.rs fix(widgets/barchart): fix chart filled more than actual (#383) 4 years ago
widgets_block.rs fix(widgets/block): allow Block to render on small areas 4 years ago
widgets_chart.rs fix(widgets/chart): use the correct style to draw legend and axis titles 4 years ago
widgets_gauge.rs refactor(widgets/gauge): stop using unicode blocks by default 4 years ago
widgets_list.rs refactor: implement cascading styles 4 years ago
widgets_paragraph.rs fix(widgets/paragraph): handle trailing nbsp in wrapped text (#405) 4 years ago
widgets_table.rs refactor(widgets/table): more flexible table 4 years ago
widgets_tabs.rs feat(text): add new text primitives 4 years ago