top: add new scrollable column ENVIRON

The recent introduction of scrollable variable width
columns makes a process 'environment' a potentially
useful addition to top's displayable fields.

This commit exploits the following new library flag:
   PROC_EDITENVRCVT

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2012-07-01 00:00:22 -05:00
committed by Craig Small
parent 348e6091cb
commit 17e0eaf0f3
3 changed files with 13 additions and 3 deletions

View File

@ -166,6 +166,7 @@ enum pflag {
#ifdef OOMEM_ENABLE
P_OOA, P_OOM,
#endif
P_ENV,
#ifdef USE_X_COLHDR
// not really pflags, used with tbl indexing
P_MAXPFLGS