top: remove those winflags which restricted 'x' toggle
On occasion, even as the top author, I wonder why that
'x' toggle has stopped working. Of course, it actually
was working but a locate request ('L') or other filter
('O') operation was active and thus temporarily turned
if off. Such behavior is documented in top's man page.
Well, with this patch that 'x' suppression is no more.
[ the original justification, however, remains true. ]
[ but there's really only one character which causes ]
[ any potential trouble & i'm gonna' keep it secret. ]
[ besides, if a display is corrupted, there's always ]
[ that '=' key which restores things back to normal. ]
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -269,10 +269,6 @@ typedef long long SIC_t;
|
||||
// these flag(s) have no command as such - they're for internal use
|
||||
#define NOPRINT_xxx 0x010000 // build task rows only (not for display)
|
||||
#define EQUWINS_xxx 0x000001 // rebalance all wins & tasks (off i,n,u/U)
|
||||
#ifndef USE_X_COLHDR
|
||||
#define NOHISEL_xxx 0x200000 // restrict Show_HICOLS for osel temporarily
|
||||
#define NOHIFND_xxx 0x100000 // restrict Show_HICOLS for find temporarily
|
||||
#endif
|
||||
|
||||
// Default flags if there's no rcfile to provide user customizations
|
||||
#ifdef ORIG_TOPDEFS
|
||||
|
||||
Reference in New Issue
Block a user