commit | 6f5a864d809ec4fcb776da8637d4a41d5036655e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 02 06:29:40 2025 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 13:40:25 2025 -0600 |
tree | 4fce922b7be38fbd01325e46796515d60c3e00df | |
parent | 3aa335871bf4b5f06b301e3777c50457bda62a8b [diff] |
video: Add a way to write a partial string to the console When writing multiple lines of text we need to be able to control which text goes on each line. Add a new vidconsole_put_stringn() function to help with this. Signed-off-by: Simon Glass <sjg@chromium.org>