Well I was not testing it, but only following the upstream issue and the
fix referred there:

$ git tag --contains af92f0b8d6d85c071d793730e825d9563
3.0.0beta5

$ git show --oneline af92f0b8d6d85c071d793730e825d9563
af92f0b Fix virtualization color in help screen
diff --git a/Action.c b/Action.c
index 2483d45..690ad0b 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], "]");


If this is indeed not fixing it for you when you have built from 3.0.0beta5 I 
think you should ask there again maybe?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766030

Title:
  CPU usage has a color with no description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/htop/+bug/1766030/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to