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
cc5af25e
Commit
cc5af25e
authored
Aug 24, 2006
by
Hisham Muhammad
Browse files
Fix bug 1538463.
parent
b10821aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
CRT.c
View file @
cc5af25e
...
...
@@ -160,6 +160,7 @@ void CRT_done() {
int
CRT_readKey
()
{
nocbreak
();
cbreak
();
nodelay
(
stdscr
,
FALSE
);
int
ret
=
getch
();
halfdelay
(
CRT_delay
);
return
ret
;
...
...
TraceScreen.c
View file @
cc5af25e
...
...
@@ -165,4 +165,5 @@ void TraceScreen_run(TraceScreen* this) {
kill
(
child
,
SIGTERM
);
waitpid
(
child
,
NULL
,
0
);
fclose
(
strace
);
CRT_enableDelay
();
}
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