From 5bc988ad6de7d0767c639fb150e68be78c00b1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 16 Dec 2021 15:43:35 +0100 Subject: 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//comm). --- dragonflybsd/Platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dragonflybsd') diff --git a/dragonflybsd/Platform.c b/dragonflybsd/Platform.c index 53727823..ea5f4fa4 100644 --- a/dragonflybsd/Platform.c +++ b/dragonflybsd/Platform.c @@ -35,7 +35,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", }, }; -- cgit v1.2.3