commit | 1b3388c2b84b27329051e7d53ece893fb8bf8c1e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:25 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:32 2025 +0100 |
tree | 45196405e04f959018c47e4d666b11a804fb0afb | |
parent | be04b9620cea2267a4a937c93aba7256523230b0 [diff] |
expo: Adjust how menu items are highlighted At present when the user moves to a new menu item, the menu code handles this immediately. This means it is not possible to use an expo action to effect the same change. Update this so that EXPOACT_POINT_ITEM is handled in cedit_do_action(). Expand the test to cover this. Signed-off-by: Simon Glass <sjg@chromium.org>