commit | 93f99b35ec7d32b86a00cd066d2f8107cc9c23ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:31 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | ecf58c43e0c23256b0ad1849fb9fbb2c2540b681 | |
parent | 94598d5b0ab1739279a1f864dc88a8ed3140d7c9 [diff] |
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>