index
:
hare-tui
master
nomem
Hare library for creating TUIs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tui
/
widget
/
list
/
scrolllist.ha
Age
Commit message (
Collapse
)
Author
2025-03-22
Remove list.ha and refactor scrolllist
Julian Hurst
2025-03-22
Refactor styles to be widget specific (except border)
Julian Hurst
2025-03-22
scrolllist: add support for marking items
Julian Hurst
2025-03-21
Simply and fix reframe and introduce bounds checks for setcursor
Julian Hurst
2025-03-20
Remove debug logs
Julian Hurst
2025-03-20
Change frame and cursor to use int instead of u16 and fix reframe
Julian Hurst
2025-03-20
Add setcursor and reframe to scrolllist and flesh out il
Julian Hurst
2025-03-20
Fix off by one errors
Julian Hurst
2025-03-20
scrolllist: Fix off by one error
Julian Hurst
2025-03-19
Replace widget buf string with linesbuf
Julian 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-18
Refactor damage tracking types
Julian Hurst
2025-03-18
Use raw mode and fix output
Julian Hurst
2025-03-17
Initial scrolllist and input support
Julian Hurst