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
4367e64b
Commit
4367e64b
authored
Nov 24, 2010
by
Hisham Muhammad
Browse files
Fix online help!
parent
3e7822d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.c
View file @
4367e64b
...
...
@@ -140,10 +140,10 @@ static void showHelp(ProcessList* pl) {
mvaddstr
(
11
,
0
,
" F3 /"
);
mvaddstr
(
11
,
40
,
" H"
);
mvaddstr
(
12
,
40
,
" K"
);
mvaddstr
(
13
,
0
,
" Space"
);
mvaddstr
(
13
,
40
,
" F"
);
mvaddstr
(
14
,
0
,
" U"
);
mvaddstr
(
14
,
0
,
" U"
);
mvaddstr
(
14
,
40
,
" + -"
);
mvaddstr
(
15
,
0
,
" F9 k"
);
mvaddstr
(
15
,
40
,
" P"
);
mvaddstr
(
16
,
0
,
"
+
[ F7"
);
mvaddstr
(
16
,
40
,
" M"
);
mvaddstr
(
17
,
0
,
"
-
] F8"
);
mvaddstr
(
17
,
40
,
" T"
);
mvaddstr
(
16
,
0
,
"
[ F7"
);
mvaddstr
(
16
,
40
,
" M"
);
mvaddstr
(
17
,
0
,
"
] F8"
);
mvaddstr
(
17
,
40
,
" T"
);
mvaddstr
(
18
,
40
,
" F4 I"
);
#if HAVE_PLPA
if
(
pl
->
cpuCount
>
1
)
...
...
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