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
666e1e76
You need to sign in or sign up before continuing.
Commit
666e1e76
authored
Jun 13, 2018
by
Hisham Muhammad
Browse files
Fix virtualization color in help screen
Closes #785.
parent
5f9e16b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Action.c
View file @
666e1e76
...
...
@@ -474,7 +474,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