]> granicus.if.org Git - procps-ng/commit
top: extend '=' key to include active 'locate' request
authorJim Warner <james.warner@comcast.net>
Fri, 9 Oct 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Wed, 14 Oct 2015 10:35:35 +0000 (21:35 +1100)
commit657ac2e0c7993131c1b52e7ed5bd368da7ef4fea
tree48dadd5ec0e352d062db151d75a6c0168e384965
parentd7791607adfda880ecb7c2cd62df50f6bcc2691f
top: extend '=' key to include active 'locate' request

It is documented behavior that when certain other keys
are active, sorts column highlighting will temporarily
be disabled. Among those keys is the 'L' (locate/find)
provision. The equals ('=') key can be used to restore
column highlighting by resetting other keys, except 1.

When a locate/find is active, the '=' key will have no
effect on 'x' column highlighting, which still remains
disabled. Further, when 'L' is active an 'x' keystroke
is processed changing the state of column highlighting
but without any visual clue (since it's yet disabled).

So this commit just extends the '=' key to embrace 'L'
processing resets, just like other highlight disabling
keys while avoiding 'x' state changes if approproiate.

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.1
top/top.c