summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorDavid Zarzycki <dave@znu.io>2021-03-24 07:58:46 -0400
committercgzones <cgzones@googlemail.com>2021-03-24 19:30:28 +0100
commit3e8da0fcb649b1486123f5183373fc43c416870c (patch)
tree7a2b6ebeace03c6544551706fc615a861c9cfb53 /Action.c
parenta19b176099c1b3f43f22c2ecd3700ade96cc99d7 (diff)
Add MEMORY_SHARED to help screen
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c3
1 files changed, 2 insertions, 1 deletions
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: ");

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