|
|
|
|
@ -151,6 +151,10 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = ColorPair(Blue, Black), |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = A_BOLD | ColorPair(Blue, Black), |
|
|
|
|
[MEMORY_CACHE] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_1] = ColorPair(Green, Black), |
|
|
|
|
[HUGEPAGE_2] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_3] = ColorPair(Red, Black), |
|
|
|
|
[HUGEPAGE_4] = ColorPair(Blue, Black), |
|
|
|
|
[LOAD_AVERAGE_FIFTEEN] = ColorPair(Cyan, Black), |
|
|
|
|
[LOAD_AVERAGE_FIVE] = A_BOLD | ColorPair(Cyan, Black), |
|
|
|
|
[LOAD_AVERAGE_ONE] = A_BOLD | ColorPair(White, Black), |
|
|
|
|
@ -237,6 +241,10 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = A_NORMAL, |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = A_NORMAL, |
|
|
|
|
[MEMORY_CACHE] = A_NORMAL, |
|
|
|
|
[HUGEPAGE_1] = A_BOLD, |
|
|
|
|
[HUGEPAGE_2] = A_NORMAL, |
|
|
|
|
[HUGEPAGE_3] = A_REVERSE | A_BOLD, |
|
|
|
|
[HUGEPAGE_4] = A_REVERSE, |
|
|
|
|
[LOAD_AVERAGE_FIFTEEN] = A_DIM, |
|
|
|
|
[LOAD_AVERAGE_FIVE] = A_NORMAL, |
|
|
|
|
[LOAD_AVERAGE_ONE] = A_BOLD, |
|
|
|
|
@ -323,6 +331,10 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = ColorPair(Cyan, White), |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = ColorPair(Cyan, White), |
|
|
|
|
[MEMORY_CACHE] = ColorPair(Yellow, White), |
|
|
|
|
[HUGEPAGE_1] = ColorPair(Green, White), |
|
|
|
|
[HUGEPAGE_2] = ColorPair(Yellow, White), |
|
|
|
|
[HUGEPAGE_3] = ColorPair(Red, White), |
|
|
|
|
[HUGEPAGE_4] = ColorPair(Blue, White), |
|
|
|
|
[LOAD_AVERAGE_FIFTEEN] = ColorPair(Black, White), |
|
|
|
|
[LOAD_AVERAGE_FIVE] = ColorPair(Black, White), |
|
|
|
|
[LOAD_AVERAGE_ONE] = ColorPair(Black, White), |
|
|
|
|
@ -409,6 +421,10 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = ColorPair(Cyan, Black), |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = ColorPair(Cyan, Black), |
|
|
|
|
[MEMORY_CACHE] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_1] = ColorPair(Green, Black), |
|
|
|
|
[HUGEPAGE_2] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_3] = ColorPair(Red, Black), |
|
|
|
|
[HUGEPAGE_4] = ColorPair(Blue, Black), |
|
|
|
|
[LOAD_AVERAGE_FIFTEEN] = ColorPair(Black, Black), |
|
|
|
|
[LOAD_AVERAGE_FIVE] = ColorPair(Black, Black), |
|
|
|
|
[LOAD_AVERAGE_ONE] = ColorPair(Black, Black), |
|
|
|
|
@ -495,6 +511,10 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = A_BOLD | ColorPair(Cyan, Blue), |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = A_BOLD | ColorPair(Cyan, Blue), |
|
|
|
|
[MEMORY_CACHE] = A_BOLD | ColorPair(Yellow, Blue), |
|
|
|
|
[HUGEPAGE_1] = A_BOLD | ColorPair(Green, Blue), |
|
|
|
|
[HUGEPAGE_2] = A_BOLD | ColorPair(Yellow, Blue), |
|
|
|
|
[HUGEPAGE_3] = A_BOLD | ColorPair(Red, Blue), |
|
|
|
|
[HUGEPAGE_4] = A_BOLD | ColorPair(White, Blue), |
|
|
|
|
[LOAD_AVERAGE_FIFTEEN] = A_BOLD | ColorPair(Black, Blue), |
|
|
|
|
[LOAD_AVERAGE_FIVE] = A_NORMAL | ColorPair(White, Blue), |
|
|
|
|
[LOAD_AVERAGE_ONE] = A_BOLD | ColorPair(White, Blue), |
|
|
|
|
@ -581,6 +601,10 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = ColorPair(Blue, Black), |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = A_BOLD | ColorPair(Blue, Black), |
|
|
|
|
[MEMORY_CACHE] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_1] = ColorPair(Green, Black), |
|
|
|
|
[HUGEPAGE_2] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_3] = ColorPair(Red, Black), |
|
|
|
|
[HUGEPAGE_4] = ColorPair(Blue, Black), |
|
|
|
|
[LOAD_AVERAGE_FIFTEEN] = ColorPair(Green, Black), |
|
|
|
|
[LOAD_AVERAGE_FIVE] = ColorPair(Green, Black), |
|
|
|
|
[LOAD_AVERAGE_ONE] = A_BOLD | ColorPair(Green, Black), |
|
|
|
|
|