commit | a968f5fd2020fafcf13e2a78f631974e6efe7550 | [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 | 118a7277b6a76d01d313dce0395561e815b21d8a [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>