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
062433fe
Commit
062433fe
authored
Mar 05, 2008
by
Hisham Muhammad
Browse files
Time keeps passing by
parent
657b0f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.c
View file @
062433fe
...
...
@@ -36,14 +36,14 @@ in the source distribution for its full text.
void
printVersionFlag
()
{
clear
();
printf
(
"htop "
VERSION
" - (C) 2004-200
7
Hisham Muhammad.
\n
"
);
printf
(
"htop "
VERSION
" - (C) 2004-200
8
Hisham Muhammad.
\n
"
);
printf
(
"Released under the GNU GPL.
\n\n
"
);
exit
(
0
);
}
void
printHelpFlag
()
{
clear
();
printf
(
"htop "
VERSION
" - (C) 2004-200
7
Hisham Muhammad.
\n
"
);
printf
(
"htop "
VERSION
" - (C) 2004-200
8
Hisham Muhammad.
\n
"
);
printf
(
"Released under the GNU GPL.
\n\n
"
);
printf
(
"-d DELAY Delay between updates, in tenths of seconds
\n\n
"
);
printf
(
"-u USERNAME Show only processes of a given user
\n\n
"
);
...
...
@@ -56,7 +56,7 @@ void printHelpFlag() {
void
showHelp
(
ProcessList
*
pl
)
{
clear
();
attrset
(
CRT_colors
[
HELP_BOLD
]);
mvaddstr
(
0
,
0
,
"htop "
VERSION
" - (C) 2004-200
7
Hisham Muhammad."
);
mvaddstr
(
0
,
0
,
"htop "
VERSION
" - (C) 2004-200
8
Hisham Muhammad."
);
mvaddstr
(
1
,
0
,
"Released under the GNU GPL. See 'man' page for more info."
);
attrset
(
CRT_colors
[
DEFAULT_COLOR
]);
...
...
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