aboutsummaryrefslogtreecommitdiff
path: root/libtui/widget/widget.ha
AgeCommit message (Collapse)Author
2023-09-07Add new setsize api to widget and better size support for listJulian Hurst
This adds a distinction between the list size (list.sz) and the list's frame size (list.frame.sz). This commit also adds the widget::setsize api and implements it for list.
2023-09-07Initial commitJulian Hurst