40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
|
From 9c776bbcde2260f454b51b86d46aafcc2f7dc71c Mon Sep 17 00:00:00 2001
|
||
|
From: Jim Warner <james.warner@comcast.net>
|
||
|
Date: Wed, 6 Nov 2013 00:00:00 -0600
|
||
|
Subject: [PATCH] top: expand on column highlight quirks in man document
|
||
|
|
||
|
Confession is supposed to be good for the sole, right?
|
||
|
|
||
|
After a senior moment regarding the 'x' toggle quirks,
|
||
|
and thinking top had somehow regressed, I concluded an
|
||
|
additional explanatory note might well be appropriate.
|
||
|
|
||
|
Those quirks were already documented under the 5d & 5e
|
||
|
topics. But there was no such caution documented under
|
||
|
the 'x' command explanation itself, found in topic 4c.
|
||
|
|
||
|
Signed-off-by: Jim Warner <james.warner@comcast.net>
|
||
|
---
|
||
|
top/top.1 | 5 +++++
|
||
|
1 file changed, 5 insertions(+)
|
||
|
|
||
|
diff --git top/top.1 top/top.1
|
||
|
index 64a6a36..87659be 100644
|
||
|
--- top/top.1
|
||
|
+++ top/top.1
|
||
|
@@ -1270,6 +1270,11 @@ The sort field might\fI not\fR be visible because:
|
||
|
1) there is insufficient\fI Screen Width \fR
|
||
|
2) the 'f' \*(CI turned it \*F
|
||
|
|
||
|
+\*(NT Whenever 'Searching' and/or 'Other Filtering' is active in a window,
|
||
|
+column highlighting is temporarily disabled.
|
||
|
+\*(XC notes at the end of topics 5d. SEARCHING and 5e. FILTERING for an
|
||
|
+explanation why.
|
||
|
+
|
||
|
.TP 7
|
||
|
\ \ \ \fBy\fR\ \ :\fIRow-Highlight\fR toggle \fR
|
||
|
Changes highlighting for "running" tasks.
|
||
|
--
|
||
|
1.7.9.2
|
||
|
|