commit | 2425d4fb4b5f7a3e4a62add2d37ccf61a35d4a2f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 04 08:10:37 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 20:01:33 2024 -0600 |
tree | c9eec891829dc6af7eb84656ed800f66d5697de1 | |
parent | 0b004e41f2408814f1c019d982f5bf0b29db20cc [diff] |
video: Correct setting of cursor position The ANSI codes are not correctly handled at present, in that the requested X position is added to the current one. Correct this and also call vidconsole_entry_start() to start a new text line. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anatolij Gustschin <agust@denx.de>