summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-13 00:47:08 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-08-24 16:01:19 -0300
commitaf92f0b8d6d85c071d793730e825d956347e2630 (patch)
tree5bdffd128ed5cfb04bfb64ad65b73738d4ac475e
parent22e9d09723a2053850b32d37ebc0320a791abe71 (diff)
Fix virtualization color in help screen
Closes #785.
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 2483d451..690ad0b5 100644
--- a/Action.c
+++ b/Action.c
@@ -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], "]");

© 2014-2024 Faster IT GmbH | imprint | privacy policy