mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 13:07:08 +03:00
parent
5f9e16b9da
commit
666e1e76b3
2
Action.c
2
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_NICE_TEXT], "low-priority"); addstr("/");
|
||||||
addattrstr(CRT_colors[CPU_NORMAL], "normal"); addstr("/");
|
addattrstr(CRT_colors[CPU_NORMAL], "normal"); addstr("/");
|
||||||
addattrstr(CRT_colors[CPU_KERNEL], "kernel"); 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_SHADOW], " used%");
|
||||||
}
|
}
|
||||||
addattrstr(CRT_colors[BAR_BORDER], "]");
|
addattrstr(CRT_colors[BAR_BORDER], "]");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user