mirror of https://github.com/xzeldon/htop.git
Ensure default matches classic htop behavior.
This commit is contained in:
parent
4d44c35519
commit
e1e3ffad19
|
@ -313,6 +313,7 @@ Settings* Settings_new(int cpuCount) {
|
|||
this->countCPUsFromZero = false;
|
||||
this->updateProcessNames = false;
|
||||
this->cpuCount = cpuCount;
|
||||
this->showProgramPath = true;
|
||||
|
||||
this->fields = calloc(Platform_numberOfFields+1, sizeof(ProcessField));
|
||||
// TODO: turn 'fields' into a Vector,
|
||||
|
|
Loading…
Reference in New Issue