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
af92f0b8
Commit
af92f0b8
authored
Jun 13, 2018
by
Hisham Muhammad
Browse files
Fix virtualization color in help screen
Closes #785.
parent
22e9d097
Changes
1
Hide whitespace changes
Inline
Side-by-side
Action.c
View file @
af92f0b8
...
...
@@ -487,7 +487,7 @@ static Htop_Reaction actionHelp(State* st) {
addattrstr
(
CRT_colors
[
CPU_NICE_TEXT
],
"low-priority"
);
addstr
(
"/"
);
addattrstr
(
CRT_colors
[
CPU_NORMAL
],
"normal"
);
addstr
(
"/"
);
addattrstr
(
CRT_colors
[
CPU_KERNEL
],
"kernel"
);
addstr
(
"/"
);
addattrstr
(
CRT_colors
[
CPU_
STEAL
],
"virtualiz"
);
addattrstr
(
CRT_colors
[
CPU_
GUEST
],
"virtualiz"
);
addattrstr
(
CRT_colors
[
BAR_SHADOW
],
" used%"
);
}
addattrstr
(
CRT_colors
[
BAR_BORDER
],
"]"
);
...
...
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