Ensure default matches classic htop behavior.

This commit is contained in:
Hisham Muhammad 2015-08-12 17:24:41 -03:00
parent 4d44c35519
commit e1e3ffad19
1 changed files with 1 additions and 0 deletions

View File

@ -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,