Commit e1e3ffad authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Ensure default matches classic htop behavior.

parent 4d44c355
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment