summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorKevin Bracey <kevin@bracey.fi>2023-07-15 16:46:23 +0300
committerIvan Shapovalov <intelfx@intelfx.name>2023-10-26 03:14:33 +0400
commit09934e6630621f05e8c339c0633ef9eb24f1fc2c (patch)
tree9468ecfb0d98255b32bee520654540e5db6960e0 /Action.c
parent04c769c8445e02c8bdaf52d9276332e565739d33 (diff)
Correct order of memory meter in help
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 874783a9..2fd0be76 100644
--- a/Action.c
+++ b/Action.c
@@ -733,9 +733,9 @@ static Htop_Reaction actionHelp(State* st) {
mvaddstr(line++, 0, "Memory bar: ");
addattrstr(CRT_colors[BAR_BORDER], "[");
addbartext(CRT_colors[MEMORY_USED], "", "used");
- addbartext(CRT_colors[MEMORY_COMPRESSED], "/", "compressed");
addbartext(CRT_colors[MEMORY_BUFFERS_TEXT], "/", "buffers");
addbartext(CRT_colors[MEMORY_SHARED], "/", "shared");
+ addbartext(CRT_colors[MEMORY_COMPRESSED], "/", "compressed");
addbartext(CRT_colors[MEMORY_CACHE], "/", "cache");
addbartext(CRT_colors[BAR_SHADOW], " ", "used");
addbartext(CRT_colors[BAR_SHADOW], "/", "total");

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