mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 08:33:22 +03:00
Disable bg colors when using --disable-bold option
...otherwise the text with bg is unreadable.
This commit is contained in:
parent
969f82c79e
commit
3daf08c80f
@ -131,6 +131,7 @@ class _GlancesCurses(object):
|
||||
# Init colors
|
||||
if self.args.disable_bold:
|
||||
A_BOLD = 0
|
||||
self.args.disable_bg = True
|
||||
else:
|
||||
A_BOLD = curses.A_BOLD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user