mirror of https://github.com/xzeldon/htop.git
fix "Broken Gray" didn't change the color of cpu-iowait
This commit is contained in:
parent
402e46bb82
commit
6b5b8bab2c
2
CRT.c
2
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),
|
||||
|
|
Loading…
Reference in New Issue