summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2016-01-11 20:38:10 -0200
committerHisham Muhammad <hisham@gobolinux.org>2016-01-11 20:38:10 -0200
commitc6ca311d18cae8eaa91d9e00bbfb5f08e9585bb0 (patch)
tree3f7455ab047eeacfe43f7244c53b44e687d2278e /Action.c
parent3ad2510fc232ae526385600e3585bcf4683bdb73 (diff)
Present IO-Wait as a dot in monochrome. Fixes #345.
Thank you @Explorer09 for the report!
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 6c387def..66400e9d 100644
--- a/Action.c
+++ b/Action.c
@@ -465,7 +465,7 @@ static Htop_Reaction actionHelp(State* st) {
attrset(CRT_colors[DEFAULT_COLOR]);
mvaddstr(6,0, "Type and layout of header meters are configurable in the setup screen.");
if (CRT_colorScheme == COLORSCHEME_MONOCHROME) {
- mvaddstr(7, 0, "In monochrome, meters are displayed through different chars, in order: |#*@$%&");
+ mvaddstr(7, 0, "In monochrome, meters display as different chars, in order: |#*@$%&.");
}
mvaddstr( 8, 0, " Status: R: running; S: sleeping; T: traced/stopped; Z: zombie; D: disk sleep");
for (int i = 0; helpLeft[i].info; i++) { mvaddstr(9+i, 9, helpLeft[i].info); }

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