summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2022-04-12 00:00:00 -0500
committerCraig Small <csmall@dropbear.xyz>2022-04-17 10:43:19 +1000
commitef8d1cb6e3a11b6e3874929e3e9242aae03186dc (patch)
treefc7cf431e9bc843410669f6c106cd35006fc8ec0 /NEWS
parent4939a1da8dcd518c37a0505fba97105af8ed3798 (diff)
downloadprocps-ng-ef8d1cb6e3a11b6e3874929e3e9242aae03186dc.tar.gz
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7066210..0e705e9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ procps-ng-NEXT
* ps: proper aix format string behavior was restored
* sysctl: print dotted keys again
* top: fix 'smaps' bug preventing build under clang issue #235
+ * top: column highlighting allowed under 'L' or 'O'
procps-ng-4.0.0
---------------