commit | 2027ddd6058516ad039c672610ff028e8d96c4f6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:22:02 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | 3962895945b30825b19d419dfc6c03500222af71 | |
parent | e88449856cade330dc61c69e8cae5d3443dc431f [diff] |
u_boot_pylib: Improve ANSI-colour output with backgrounds The current implementation does not handle background colours very well: - It outputs an incorrect code in some cases, leading to wrong colours - Some functions lack a control for the background Tidy this up so that background colours can be used in more places. Signed-off-by: Simon Glass <sjg@chromium.org>