fix "Broken Gray" didn't change the color of cpu-iowait

This commit is contained in:
fo40225 2020-04-27 12:31:17 +08:00
parent 402e46bb82
commit 6b5b8bab2c
1 changed files with 1 additions and 1 deletions

2
CRT.c
View File

@ -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),