From 3e8da0fcb649b1486123f5183373fc43c416870c Mon Sep 17 00:00:00 2001 From: David Zarzycki Date: Wed, 24 Mar 2021 07:58:46 -0400 Subject: Add MEMORY_SHARED to help screen --- Action.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Action.c') diff --git a/Action.c b/Action.c index a8385708..c894c92f 100644 --- a/Action.c +++ b/Action.c @@ -522,8 +522,9 @@ 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_SHADOW], " used/total"); addattrstr(CRT_colors[BAR_BORDER], "]"); attrset(CRT_colors[DEFAULT_COLOR]); mvaddstr(line++, 0, "Swap bar: "); -- cgit v1.2.3