Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
37bb2fc5
Commit
37bb2fc5
authored
Mar 05, 2008
by
Hisham Muhammad
Browse files
Fix display of time with the "Black on White" theme.
parent
cf7fdcd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CRT.c
View file @
37bb2fc5
...
...
@@ -306,7 +306,7 @@ void CRT_setColors(int colorScheme) {
CRT_colors
[
CPU_NICE
]
=
ColorPair
(
Cyan
,
White
);
CRT_colors
[
CPU_NORMAL
]
=
ColorPair
(
Green
,
White
);
CRT_colors
[
CPU_KERNEL
]
=
ColorPair
(
Red
,
White
);
CRT_colors
[
CLOCK
]
=
ColorPair
(
White
,
White
);
CRT_colors
[
CLOCK
]
=
ColorPair
(
Black
,
White
);
CRT_colors
[
CHECK_BOX
]
=
ColorPair
(
Blue
,
White
);
CRT_colors
[
CHECK_MARK
]
=
ColorPair
(
Black
,
White
);
CRT_colors
[
CHECK_TEXT
]
=
ColorPair
(
Black
,
White
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment