mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
htop: add more platform-independence fields
sync with https://github.com/htop-dev/htop/blame/cfb561fd342c9d5d814ac4965a6047442994ba94/RowField.h#L40-L43
This commit is contained in:
parent
c89fdd3291
commit
d4c53262ca
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,10 @@ let
|
|||
GPU_TIME = 131;
|
||||
GPU_PERCENT = 132;
|
||||
ISCONTAINER = 133;
|
||||
SCHEDULERPOLICY = 54;
|
||||
PROC_COMM = 123;
|
||||
PROC_EXE = 124;
|
||||
CWD = 125;
|
||||
};
|
||||
|
||||
defaultFields = with fields; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue