|
|
|
|
@ -155,6 +155,7 @@ 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), |
|
|
|
|
[MEMORY_SHARED] = ColorPair(Magenta, Black), |
|
|
|
|
[HUGEPAGE_1] = ColorPair(Green, Black), |
|
|
|
|
[HUGEPAGE_2] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_3] = ColorPair(Red, Black), |
|
|
|
|
@ -245,6 +246,7 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = A_NORMAL, |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = A_NORMAL, |
|
|
|
|
[MEMORY_CACHE] = A_NORMAL, |
|
|
|
|
[MEMORY_SHARED] = A_NORMAL, |
|
|
|
|
[HUGEPAGE_1] = A_BOLD, |
|
|
|
|
[HUGEPAGE_2] = A_NORMAL, |
|
|
|
|
[HUGEPAGE_3] = A_REVERSE | A_BOLD, |
|
|
|
|
@ -335,6 +337,7 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = ColorPair(Cyan, White), |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = ColorPair(Cyan, White), |
|
|
|
|
[MEMORY_CACHE] = ColorPair(Yellow, White), |
|
|
|
|
[MEMORY_SHARED] = ColorPair(Magenta, White), |
|
|
|
|
[HUGEPAGE_1] = ColorPair(Green, White), |
|
|
|
|
[HUGEPAGE_2] = ColorPair(Yellow, White), |
|
|
|
|
[HUGEPAGE_3] = ColorPair(Red, White), |
|
|
|
|
@ -425,6 +428,7 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = { |
|
|
|
|
[MEMORY_BUFFERS] = ColorPair(Cyan, Black), |
|
|
|
|
[MEMORY_BUFFERS_TEXT] = ColorPair(Cyan, Black), |
|
|
|
|
[MEMORY_CACHE] = ColorPair(Yellow, Black), |
|
|
|
|
[MEMORY_SHARED] = ColorPair(Magenta, Black), |
|
|
|
|
[HUGEPAGE_1] = ColorPair(Green, Black), |
|
|
|
|
[HUGEPAGE_2] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_3] = ColorPair(Red, Black), |
|
|
|
|
@ -515,6 +519,7 @@ 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), |
|
|
|
|
[MEMORY_SHARED] = A_BOLD | ColorPair(Magenta, Blue), |
|
|
|
|
[HUGEPAGE_1] = A_BOLD | ColorPair(Green, Blue), |
|
|
|
|
[HUGEPAGE_2] = A_BOLD | ColorPair(Yellow, Blue), |
|
|
|
|
[HUGEPAGE_3] = A_BOLD | ColorPair(Red, Blue), |
|
|
|
|
@ -605,6 +610,7 @@ 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), |
|
|
|
|
[MEMORY_SHARED] = ColorPair(Magenta, Black), |
|
|
|
|
[HUGEPAGE_1] = ColorPair(Green, Black), |
|
|
|
|
[HUGEPAGE_2] = ColorPair(Yellow, Black), |
|
|
|
|
[HUGEPAGE_3] = ColorPair(Red, Black), |
|
|
|
|
|