mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
htop: add missing fields (#2989)
These new fields were added in htop 3.0.3 (PERCENT_NORM_CPU) and 3.1.0 (ELAPSED).
This commit is contained in:
parent
a3638db009
commit
2070389247
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ let
|
|||
TIME = 49;
|
||||
NLWP = 50;
|
||||
TGID = 51;
|
||||
PERCENT_NORM_CPU = 52;
|
||||
ELAPSED = 53;
|
||||
CMINFLT = 10;
|
||||
CMAJFLT = 12;
|
||||
UTIME = 13;
|
||||
|
|
Loading…
Reference in a new issue