mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-19 12:36:37 +03:00
ProcessList: sort before panel rebuild if needed
This commit is contained in:
@ -50,6 +50,7 @@ typedef struct ProcessList_ {
|
||||
|
||||
Hashtable* displayTreeSet;
|
||||
Hashtable* draftingTreeSet;
|
||||
bool needsSort;
|
||||
|
||||
Hashtable* dynamicMeters; /* runtime-discovered meters */
|
||||
Hashtable* dynamicColumns; /* runtime-discovered Columns */
|
||||
|
Reference in New Issue
Block a user