From 0919ea32f91bb2ddf349c1108f6f0f67b511cca6 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Wed, 2 Dec 2015 22:58:22 +0100 Subject: 'e' displays environment of current process - uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet --- Action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Action.h') diff --git a/Action.h b/Action.h index 8927ce2f..34fc298f 100644 --- a/Action.h +++ b/Action.h @@ -49,6 +49,7 @@ Htop_Reaction Action_setSortKey(Settings* settings, ProcessField sortKey); // ---------------------------------------- + void Action_setBindings(Htop_Action* keys); -- cgit v1.2.3