summaryrefslogtreecommitdiffstats
path: root/TraceScreen.c
diff options
context:
space:
mode:
authorYoungjae Lee <ls4154.lee@gmail.com>2021-01-14 16:08:02 +0900
committerBenBE <BenBE@geshi.org>2021-01-28 09:21:18 +0100
commite54a790b1409462a26112eac877c89837795851f (patch)
tree47732d4661cdd785937e395faa5a04c638445a32 /TraceScreen.c
parent3c61813ea6c2be755c8df0b92b9c5f5ac8a11366 (diff)
TraceScreen: draw panel header
Diffstat (limited to 'TraceScreen.c')
-rw-r--r--TraceScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TraceScreen.c b/TraceScreen.c
index 68f56963..3e3971d7 100644
--- a/TraceScreen.c
+++ b/TraceScreen.c
@@ -42,7 +42,7 @@ TraceScreen* TraceScreen_new(const Process* process) {
this->tracing = true;
FunctionBar* fuBar = FunctionBar_new(TraceScreenFunctions, TraceScreenKeys, TraceScreenEvents);
CRT_disableDelay();
- return (TraceScreen*) InfoScreen_init(&this->super, process, fuBar, LINES - 2, "");
+ return (TraceScreen*) InfoScreen_init(&this->super, process, fuBar, LINES - 2, " ");
}
void TraceScreen_delete(Object* cast) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy