ratatui/tests
2021-10-17 17:27:32 +02:00
..
backend_termion.rs fix(tests): remove clippy warnings about single char push (#424) 2020-11-29 18:35:52 +01:00
terminal.rs feat(terminal): add a read-only view of the terminal state after the draw call 2021-01-04 22:18:28 +01:00
widgets_barchart.rs fix(widgets/barchart): fix chart filled more than actual (#383) 2020-09-27 17:15:44 +02:00
widgets_block.rs feat(block): add option to center and right align the title (#462) 2021-05-22 16:55:24 +02:00
widgets_chart.rs fix(widgets/chart): remove panics with long axis labels 2021-08-01 15:08:53 +02:00
widgets_gauge.rs fix(widgets/gauge): apply label style and avoid overflow on large labels 2021-06-16 20:24:14 +02:00
widgets_list.rs chore: fix build 2021-10-17 17:27:32 +02:00
widgets_paragraph.rs fix(widgets/paragraph): handle trailing nbsp in wrapped text (#405) 2020-11-15 20:03:33 +01:00
widgets_table.rs fix(widgets): avoid offset panic in Table and List when input changes 2021-08-01 18:01:24 +02:00
widgets_tabs.rs feat(text): add new text primitives 2020-07-10 22:59:24 +02:00