mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
TraceScreen: draw panel header
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user