summaryrefslogtreecommitdiffstats
path: root/Settings.c
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-01-31 12:07:48 +0100
committerHisham <hisham@gobolinux.org>2016-01-31 12:07:48 +0100
commit6434db5b6b813dc722e496e339791dc79dec9eb1 (patch)
tree0e33b568162f36c544cf9a892abd0144a8970e79 /Settings.c
parentdcfcae1ed40f81f2e29d86be04760cb3ea65e1bf (diff)
Differentiate threads by default.
Diffstat (limited to 'Settings.c')
-rw-r--r--Settings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Settings.c b/Settings.c
index 8eb5bbd7..06e8f370 100644
--- a/Settings.c
+++ b/Settings.c
@@ -323,6 +323,7 @@ Settings* Settings_new(int cpuCount) {
this->updateProcessNames = false;
this->cpuCount = cpuCount;
this->showProgramPath = true;
+ this->highlightThreads = true;
this->fields = calloc(Platform_numberOfFields+1, sizeof(ProcessField));
// TODO: turn 'fields' into a Vector,
@@ -390,7 +391,7 @@ Settings* Settings_new(int cpuCount) {
Settings_defaultMeters(this);
this->hideKernelThreads = true;
this->highlightMegabytes = true;
- this->highlightThreads = false;
+ this->highlightThreads = true;
this->headerMargin = true;
}
}

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