summaryrefslogtreecommitdiff
path: root/tui/widget/list/scrolllist.ha
AgeCommit message (Expand)Author
2025-03-22Remove list.ha and refactor scrolllistJulian Hurst
2025-03-22Refactor styles to be widget specific (except border)Julian Hurst
2025-03-22scrolllist: add support for marking itemsJulian Hurst
2025-03-21Simply and fix reframe and introduce bounds checks for setcursorJulian 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-20Fix off by one errorsJulian Hurst
2025-03-20scrolllist: Fix off by one errorJulian Hurst
2025-03-19Replace widget buf string with linesbufJulian Hurst
2025-03-18Refactor damage tracking typesJulian Hurst
2025-03-18Use raw mode and fix outputJulian Hurst
2025-03-17Initial scrolllist and input supportJulian Hurst