mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
htop: add field M_VIRT and TTY as alias
`M_SIZE` has renamed to `M_VIRT` in https://github.com/htop-dev/htop/issues/325 `TTY_NR` has renamed to `TTY` in https://github.com/htop-dev/htop/pull/572
This commit is contained in:
@@ -30,6 +30,7 @@ let
|
||||
PPID = 3;
|
||||
PGRP = 4;
|
||||
SESSION = 5;
|
||||
TTY = 6;
|
||||
TTY_NR = 6;
|
||||
TPGID = 7;
|
||||
MINFLT = 9;
|
||||
@@ -44,6 +45,7 @@ let
|
||||
NICE = 18;
|
||||
STARTTIME = 20;
|
||||
PROCESSOR = 37;
|
||||
M_VIRT = 38;
|
||||
M_SIZE = 38;
|
||||
M_RESIDENT = 39;
|
||||
M_SHARE = 40;
|
||||
|
||||
Reference in New Issue
Block a user