commit | 2d85726536100c84a25eb89953fb889a85521e81 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:50 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:32 2025 +0100 |
tree | 55113e06998142b60e31126d5e735154ed4a33ad | |
parent | 43f45ca419440b612e5559d2fd29556ffd0db7a1 [diff] [blame] |
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>
diff --git a/boot/cedit.c b/boot/cedit.c index 5481025..8faf230 100644 --- a/boot/cedit.c +++ b/boot/cedit.c
@@ -126,6 +126,7 @@ return log_msg_ret("sid", ret); exp->popup = true; + exp->show_highlight = true; /* This is not supported for now */ if (0)