summaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-12-16 15:43:35 +0100
committercgzones <cgzones@googlemail.com>2021-12-17 14:45:15 +0100
commit5bc988ad6de7d0767c639fb150e68be78c00b1fa (patch)
tree03a4d07a8d274bc74aa60a1aedd2b19f7be4f36b /openbsd
parent6e9a5e9e49939daa8097a72dc9210b5e964af4b6 (diff)
Use correct command field as default field
The default htop command process field has the enum identifier `COMM` but the name `Command` (`COMM` is the field name for /proc/<PID>/comm).
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/Platform.c b/openbsd/Platform.c
index ce227872..db9780c2 100644
--- a/openbsd/Platform.c
+++ b/openbsd/Platform.c
@@ -49,7 +49,7 @@ in the source distribution for its full text.
const ScreenDefaults Platform_defaultScreens[] = {
{
.name = "Main",
- .columns = "PID USER PRIORITY NICE M_VIRT M_RESIDENT STATE PERCENT_CPU PERCENT_MEM TIME COMM",
+ .columns = "PID USER PRIORITY NICE M_VIRT M_RESIDENT STATE PERCENT_CPU PERCENT_MEM TIME Command",
.sortKey = "PERCENT_CPU",
},
};

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