aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/listbox.go
Commit message (Collapse)AuthorAgeFilesLines
* widgets: add list box with filter/scrollbarKoni Marti2022-08-221-0/+239
Implement a scrollable text box that displays a list of strings which can be filtered. The widget is closed by pressing ESC or ENTER. If ENTER is pressed and an entry has been selected, this text will be passed to the closing callback. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>