commit | 6116e760dde28310e7f8d30cd6d513e440335fb7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:32 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | 6530f778f50a3b3333cb0d62c6863e4ed33470a3 | |
parent | a968f5fd2020fafcf13e2a78f631974e6efe7550 [diff] |
expo: Add basic support for textline objects A textline is a line of text which can be edited by the user. It has a maximum length (in chracters) but otherwise there are no restrictions. Signed-off-by: Simon Glass <sjg@chromium.org>