patman: Allow disabling 'bright' mode with Print output
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:56 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commit3c541c08366533f1abbf7e36dd25033064d686c8
tree40f27dc2025fdab1bc777e72daa6f445be0ba55e
parent6bb74de7ed070a5ea44cc111939ed5bb07df5ef5
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>
tools/patman/terminal.py