summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'TraceScreen.c')
-rw-r--r--TraceScreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/TraceScreen.c b/TraceScreen.c
index ff470c4f..03534226 100644
--- a/TraceScreen.c
+++ b/TraceScreen.c
@@ -165,4 +165,5 @@ void TraceScreen_run(TraceScreen* this) {
kill(child, SIGTERM);
waitpid(child, NULL, 0);
fclose(strace);
+ CRT_enableDelay();
}