Merge branch 'misc' of https://github.com/cgzones/htop into cgzones-misc

This commit is contained in:
Christian Göttsche
2020-12-22 17:30:29 +11:00
committed by Nathan Scott
6 changed files with 25 additions and 35 deletions

View File

@ -55,6 +55,7 @@ void Panel_init(Panel* this, int x, int y, int w, int h, const ObjectClass* type
this->scrollH = 0;
this->selected = 0;
this->oldSelected = 0;
this->selectedLen = 0;
this->needsRedraw = true;
this->wasFocus = false;
RichString_beginAllocated(this->header);