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
a3a8a3b2
Commit
a3a8a3b2
authored
Mar 24, 2006
by
Hisham Muhammad
Browse files
Remove unfinished code.
parent
f78a18ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Process.c
View file @
a3a8a3b2
...
...
@@ -228,13 +228,6 @@ static void Process_printTime(RichString* str, unsigned long t) {
RichString_append
(
str
,
CRT_colors
[
DEFAULT_COLOR
],
buffer
);
}
/* private */
static
void
Process_printTTY
(
RichString
*
str
,
int
tty_nr
)
{
unsigned
char
minor
=
tty_nr
;
unsigned
char
major
=
tty_nr
>>
8
;
char
*
buffer
[
11
];
}
/* private */
inline
static
void
Process_writeCommand
(
Process
*
this
,
int
attr
,
RichString
*
str
)
{
if
(
this
->
pl
->
highlightBaseName
)
{
...
...
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