Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
10213f3e
Commit
10213f3e
authored
Feb 18, 2009
by
Hisham Muhammad
Browse files
improve help on monochrome, fix bug #2430855
parent
f2ef3b74
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.c
View file @
10213f3e
...
...
@@ -99,8 +99,10 @@ static void showHelp(ProcessList* pl) {
addattrstr
(
CRT_colors
[
BAR_BORDER
],
"]"
);
attrset
(
CRT_colors
[
DEFAULT_COLOR
]);
mvaddstr
(
6
,
0
,
"Type and layout of header meters are configurable in the setup screen."
);
mvaddstr
(
7
,
0
,
"Status: R: running; S: sleeping; T: traced/stopped; Z: zombie; D: disk sleep"
);
if
(
CRT_colorScheme
==
COLORSCHEME_MONOCHROME
)
{
mvaddstr
(
7
,
0
,
"In monochrome, meters are displayed through different chars, in order: |#*@$%&"
);
}
mvaddstr
(
8
,
0
,
" Status: R: running; S: sleeping; T: traced/stopped; Z: zombie; D: disk sleep"
);
mvaddstr
(
9
,
0
,
" Arrows: scroll process list F5 t: tree view"
);
mvaddstr
(
10
,
0
,
" Digits: incremental PID search u: show processes of a single user"
);
mvaddstr
(
11
,
0
,
" F3 /: incremental name search H: hide/show user threads"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment