mirror of https://github.com/xzeldon/htop.git
Add MEMORY_SHARED to help screen
This commit is contained in:
parent
a19b176099
commit
3e8da0fcb6
1
Action.c
1
Action.c
|
@ -522,6 +522,7 @@ static Htop_Reaction actionHelp(State* st) {
|
|||
addattrstr(CRT_colors[BAR_BORDER], "[");
|
||||
addattrstr(CRT_colors[MEMORY_USED], "used"); addstr("/");
|
||||
addattrstr(CRT_colors[MEMORY_BUFFERS_TEXT], "buffers"); addstr("/");
|
||||
addattrstr(CRT_colors[MEMORY_SHARED], "shared"); addstr("/");
|
||||
addattrstr(CRT_colors[MEMORY_CACHE], "cache");
|
||||
addattrstr(CRT_colors[BAR_SHADOW], " used/total");
|
||||
addattrstr(CRT_colors[BAR_BORDER], "]");
|
||||
|
|
Loading…
Reference in New Issue