summaryrefslogtreecommitdiff
path: root/tui/widget/text
AgeCommit message (Collapse)Author
2025-03-19Replace widget buf string with linesbufJulian Hurst
This allows the generic widget print code to iterate more easily on the lines and to apply widget-specific styles without breaking them by truncating the console codes.
2025-03-17Add initial support for damage trackingJulian Hurst
This also fixes a styling issue when the widget styles its own text.
2025-03-12Implement global state and clear schedulingJulian Hurst
2025-03-12Support stylingJulian Hurst
2025-03-12Add text and list widgetsJulian Hurst