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
ac36e4ac
Commit
ac36e4ac
authored
May 28, 2012
by
Hisham Muhammad
Browse files
fix message in help screen
parent
90d56753
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.c
View file @
ac36e4ac
...
...
@@ -146,7 +146,7 @@ static void showHelp(ProcessList* pl) {
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
(
18
,
40
,
"
F4
I"
);
mvaddstr
(
18
,
40
,
"
I"
);
#if (HAVE_LIBHWLOC || HAVE_NATIVE_AFFINITY)
if
(
pl
->
cpuCount
>
1
)
mvaddstr
(
18
,
0
,
" a:"
);
...
...
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