summaryrefslogtreecommitdiff
path: root/tui
AgeCommit message (Collapse)Author
2025-03-25Fix import because of fucking stupid vim plugin bullshit crapHEADmasterJulian Hurst
2025-03-25Don't spare last terminal rowJulian Hurst
2025-03-22Remove list.ha and refactor scrolllistJulian Hurst
2025-03-22Refactor styles to be widget specific (except border)Julian Hurst
2025-03-22Fix off by one in subwidthJulian Hurst
2025-03-22scrolllist: add support for marking itemsJulian Hurst
2025-03-21Add a bunch of unicode blocks to width.haJulian Hurst
2025-03-21Simply and fix reframe and introduce bounds checks for setcursorJulian Hurst
2025-03-20Add TODOJulian Hurst
2025-03-20Substring widthwise instead of runewiseJulian Hurst
2025-03-20Remove debug logsJulian Hurst
2025-03-20Change frame and cursor to use int instead of u16 and fix reframeJulian Hurst
2025-03-20Add setcursor and reframe to scrolllist and flesh out ilJulian 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-20Fix off by one errorsJulian Hurst
2025-03-20widget print: also trim strings when too long for windowJulian Hurst
2025-03-20scrolllist: Fix off by one errorJulian 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-17Initial scrolllist and input supportJulian 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-12list: Handle size properlyJulian Hurst
2025-03-12Use nosize in list example and add docs to newlistJulian Hurst
2025-03-12Add text and list widgetsJulian Hurst
2025-03-12Initial commitJulian Hurst