summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfo40225 <fo40225@hotmail.com>2020-04-27 12:31:17 +0800
committerfo40225 <fo40225@hotmail.com>2020-04-27 12:31:17 +0800
commit6b5b8bab2c68576416abffe56b254791d828cce3 (patch)
tree6727a397c098677a6ed8d4d1d867e2bc33d90ede
parent402e46bb82964366746b86d77eb5afa69c279539 (diff)
fix "Broken Gray" didn't change the color of cpu-iowait
-rw-r--r--CRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index ca9a10dd..15534f8f 100644
--- a/CRT.c
+++ b/CRT.c
@@ -227,7 +227,7 @@ int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = {
[CPU_NICE_TEXT] = A_BOLD | ColorPair(Blue,Black),
[CPU_NORMAL] = ColorPair(Green,Black),
[CPU_KERNEL] = ColorPair(Red,Black),
- [CPU_IOWAIT] = A_BOLD | ColorPair(Black, Black),
+ [CPU_IOWAIT] = A_BOLD | ColorPairGrayBlack,
[CPU_IRQ] = ColorPair(Yellow,Black),
[CPU_SOFTIRQ] = ColorPair(Magenta,Black),
[CPU_STEAL] = ColorPair(Cyan,Black),

© 2014-2024 Faster IT GmbH | imprint | privacy policy