'e' displays environment of current process

- uses sysctl(KERN_PROCARGS2) on *BSD
- doesn't work on Linux yet
This commit is contained in:
Michael Klein
2015-12-02 22:58:22 +01:00
parent 670a2de692
commit 0919ea32f9
6 changed files with 239 additions and 2 deletions

View File

@ -49,6 +49,7 @@ Htop_Reaction Action_setSortKey(Settings* settings, ProcessField sortKey);
// ----------------------------------------
void Action_setBindings(Htop_Action* keys);