aboutsummaryrefslogtreecommitdiff
path: root/src/hci/jumpscroll.c
AgeCommit message (Collapse)AuthorFilesLines
2024-06-20[hci] Allow tab key to be used to cycle through UI elementsMichael Brown1-27/+48
Add support for wraparound scrolling and allow the tab key to be used to move forward through a list of elements, wrapping back around to the beginning of the list on overflow. This is mildly useful for a menu, and likely to be a strong user expectation for an interactive form. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2015-03-03[menu] Abstract out the generic concept of a jump scrollerMichael Brown1-0/+140
Signed-off-by: Michael Brown <mcb30@ipxe.org>