]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Support handling any key in cedit
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:36 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit8579cb010d25a881b7ea082f8450d385b745f825
tree449b3d0db8a7ac8e9433e5c71beb412f3c9a326d
parent6d225ec0cc5251c540164b4303261d29f0ade644
expo: Support handling any key in cedit

At present cedit only supports menu keys. For textline objects we need
to insert normal ASCII characters.

We also need to handle backspace, which is ASCII 9.

In fact, expo does not make use of all the menu keys, so partition
them accordingly and update the logic to support normal ASCII
characters, too.

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