ratatui/tests
Josh McKinney 40b3543c3f
style(comments): set comment length to wrap at 100 chars (#218)
This is an opinionated default that helps avoid horizontal scrolling.
100 is the most common width on github rust projects and works well for
displaying code on a 16in macbook pro.
2023-06-04 12:34:05 +02:00
..
backend_termion.rs feat(terminal)!: add inline viewport (#114) 2023-04-17 14:23:50 +02:00
border_macro.rs feat(border): add border! macro for easy bitflag manipulation (#11) 2023-05-21 15:26:39 -07:00
terminal.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
widgets_barchart.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
widgets_block.rs feat(block): support placing the title on bottom (#36) 2023-04-13 22:24:31 +02:00
widgets_calendar.rs feat(calendar): add calendar widget (#138) 2023-04-26 23:02:35 +02:00
widgets_canvas.rs chore: Minor lints, making Clippy happier (#189) 2023-05-21 20:45:37 -07:00
widgets_chart.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
widgets_gauge.rs chore(cargo): update project metadata (#94) 2023-03-17 17:03:49 +01:00
widgets_list.rs refactor(text): replace Spans with Line (#178) 2023-05-18 20:21:43 +02:00
widgets_paragraph.rs style(comments): set comment length to wrap at 100 chars (#218) 2023-06-04 12:34:05 +02:00
widgets_table.rs refactor(text): replace Spans with Line (#178) 2023-05-18 20:21:43 +02:00
widgets_tabs.rs refactor(text): replace Spans with Line (#178) 2023-05-18 20:21:43 +02:00