mirror of https://github.com/xzeldon/htop.git
TraceScreen: draw panel header
This commit is contained in:
parent
3c61813ea6
commit
e54a790b14
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue