commit | 0ab4f91a107832692781a367a1ef2173af75f108 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:33 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:50 2023 -0400 |
tree | 8cf7f25b649e2b23fa3dbdc2e7c6114d397c6303 | |
parent | 7432f68c53526980d0a2b2ffd54fe61141bb1178 [diff] |
video: Provide a way to clear part of the console This is useful when the background colour must be written before text is updated, to avoid strange display artifacts. Add a function for this, using the existing code from the truetype console. Signed-off-by: Simon Glass <sjg@chromium.org>