summaryrefslogtreecommitdiff
path: root/tui/widget/widget.ha
AgeCommit message (Collapse)Author
2025-03-22Refactor styles to be widget specific (except border)Julian Hurst
2025-03-20Substring widthwise instead of runewiseJulian Hurst
2025-03-20Add initial wide-character supportJulian Hurst
Adds support for the emoticon, hiragana, katakana and CJK unicode blocks.
2025-03-20Update commentJulian Hurst
2025-03-20widget print: also trim strings when too long for windowJulian Hurst
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-18Refactor damage tracking typesJulian Hurst
2025-03-18Use raw mode and fix outputJulian Hurst
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-12Refactor and docsJulian Hurst
2025-03-12Support stylingJulian Hurst
2025-03-12Use H instead of f in gotorootJulian Hurst
2025-03-12Initial commitJulian Hurst