commit | 648a4991d0713af656a2fa50ec8e708c2beb044e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:45 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | 123ef23118df5fb6961dc211982af5b3886b03ba | |
parent | 7ea207db2afc1ef70d8dc88fd2914b3ffcfbb1c7 [diff] |
video: Allow temporary colour changes It is sometimes necessary to highlight some text in a different colour. Add an easy way to do this and then restore the original console colours. Signed-off-by: Simon Glass <sjg@chromium.org>