From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 19 Jul 2020 13:49:40 -0700 Subject: [RFC PATCH 09/16] patman: Allow disabling 'bright' mode with Print output In-Reply-To: <20200706034203.2171077-10-sjg@chromium.org> References: <20200706034203.2171077-10-sjg@chromium.org> <20200706034203.2171077-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- tools/patman/terminal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-dm