]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[dynui] Generalise mechanisms for looking up user interface items
authorMichael Brown <mcb30@ipxe.org>
Thu, 20 Jun 2024 21:16:18 +0000 (14:16 -0700)
committerMichael Brown <mcb30@ipxe.org>
Thu, 20 Jun 2024 21:51:28 +0000 (14:51 -0700)
commitc8e50bb0fd3d9d1629e5c78f92bbf7bc9af84f2c
tree52b1a12a1a3b7af0210f7b84d09bbda4e5114608
parent5719cde838b6e86a02831373dae81642653b872f
[dynui] Generalise mechanisms for looking up user interface items

Generalise the ability to look up a dynamic user interface item by
index or by shortcut key, to allow for reuse of this code for
interactive forms.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/dynui.c
src/hci/tui/menu_ui.c
src/include/ipxe/dynui.h