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>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commitef6629128c2d58cbd2c9a2a88e5857842c73f782
tree3ee72849da77ef3385efea656f4ceebbdbd65864
parent57374b09ec956f557ae55939e74ba841d76e0bf2
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