Sort out the mess around column sorting that had accumulated over time

This commit is contained in:
Daniel Lange
2021-01-21 14:27:23 +01:00
parent b20bb543ce
commit 4531b31d92
11 changed files with 102 additions and 93 deletions

View File

@ -117,6 +117,7 @@ typedef struct ProcessFieldData_ {
const char* description;
uint32_t flags;
bool pidColumn;
bool defaultSortDesc;
} ProcessFieldData;
// Implemented in platform-specific code: