expo: Add some scene fields needed for text entry
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:31 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit93f99b35ec7d32b86a00cd066d2f8107cc9c23ed
treeecf58c43e0c23256b0ad1849fb9fbb2c2540b681
parent94598d5b0ab1739279a1f864dc88a8ed3140d7c9
expo: Add some scene fields needed for text entry

Add the CLI state, a buffer to hold the old value of the text being
edited and a place to save vidconsole entry context. These will be use
by the textline object.

Set an upper limit on the maximum number of characters in a textline
object supported by expo, at least for now.

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