summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-13 00:47:08 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-13 00:47:08 -0300
commit666e1e76b39ee66a38f5fb620d22b23f36859eca (patch)
tree3c711bd2cd63a0a4163b0b847910f47fc7b14683 /Action.c
parent5f9e16b9dabdac352f199ddfb2d60a7f8698f42f (diff)
Fix virtualization color in help screen
Closes #785.
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 518d103b..9a7c3c56 100644
--- a/Action.c
+++ b/Action.c
@@ -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], "]");

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