summaryrefslogtreecommitdiffstats
path: root/Settings.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-08-12 17:24:41 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-08-12 17:24:41 -0300
commite1e3ffad19e3d1d14ba8f1e8e4628a7cd01c7af6 (patch)
treec0ddca84446eeaac7cad2430a136b68423cb7a16 /Settings.c
parent4d44c35519094d76c639bdf6e2f5d4b35c943f91 (diff)
Ensure default matches classic htop behavior.
Diffstat (limited to 'Settings.c')
-rw-r--r--Settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Settings.c b/Settings.c
index 59317959..8132ae78 100644
--- a/Settings.c
+++ b/Settings.c
@@ -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,

© 2014-2024 Faster IT GmbH | imprint | privacy policy