commit | 3f6cd7891d38d5d00c85356de0221de8c8372041 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 05 21:41:56 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 24 19:25:15 2020 -0600 |
tree | 40f27dc2025fdab1bc777e72daa6f445be0ba55e | |
parent | 109e84e91828964d4e067448626f4d283d22eb38 [diff] |
patman: Allow disabling 'bright' mode with Print output At present all text is marked bright, which makes it stand out on the terminal. Add a way to disable that, as is done with the Color class. Signed-off-by: Simon Glass <sjg@chromium.org>