]> git.ipfire.org Git - thirdparty/u-boot.git/commit
expo: Support highlighting menu items
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:50 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit0dc8c7740c8f5a7155259f0e55618f8006c0d7af
tree55113e06998142b60e31126d5e735154ed4a33ad
parent86acc21d854cbd881d1612c6b8528de0a577b91e
expo: Support highlighting menu items

Expo normally uses a pointer to show the current item. Add support for
highlighting as well, since this makes it easier for the user to see the
current item.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/cedit.c
boot/scene.c
boot/scene_menu.c
include/expo.h
test/boot/expo.c