Home
last modified time | relevance | path

Searched refs:treeViewAlwaysByPID (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/htop/htop-3.1.2/
H A DSettings.h56 bool treeViewAlwaysByPID; member
90 ? (this->treeViewAlwaysByPID ? PID : this->treeSortKey) in Settings_getActiveSortKey()
H A DDisplayOptionsPanel.c101 …wByRef("- Tree view is always sorted by PID (htop 2 behavior)", &(settings->treeViewAlwaysByPID))); in DisplayOptionsPanel_new()
H A DSettings.c237 this->treeViewAlwaysByPID = atoi(option[1]); in Settings_read()
424 printSettingInteger("tree_view_always_by_pid", this->treeViewAlwaysByPID); in Settings_write()
591 if (this->treeViewAlwaysByPID || !this->treeView) { in Settings_setSortKey()
H A DMainPanel.c80 if (settings->treeView && settings->treeViewAlwaysByPID) { in MainPanel_eventHandler()
H A DProcessList.c133 if (settings->treeView && settings->treeViewAlwaysByPID) { in ProcessList_printHeader()