]> granicus.if.org Git - procps-ng/commit
top: fix an improper behavior following a SIGWINCH bug <=== port of newlib 9d999370
authorJim Warner <james.warner@comcast.net>
Mon, 12 Sep 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Tue, 13 Sep 2022 10:08:22 +0000 (20:08 +1000)
commitc066bbe5e23b32a5b83584ec725a49e992ff6102
tree7a5d100b7e4c1adc4e9fe2a5aa78259261e9dfc8
parentad4429ade07abe2133dd53341fa91639625f09a0
top: fix an improper behavior following a SIGWINCH bug <=== port of newlib 9d999370

______________________________ original newlib message
----------------------------------- ( minus git hash )

When top was made more responsive to keyboard input in
that commit referenced below, his previous response to
a SIGWINCH was upset. Formerly, that display integrity
was restored with the next refresh cycle. But, without
this patch, one must strike some key to accomplish it.

[ in truth, this patch vastly improves that sigwinch ]
[ response. whereas before, although integrity would ]
[ be restored automatically, it did not happen until ]
[ the next regular refresh. now it is instantaneous! ]

Reference(s):
. May, 2022 - made more responsive to kdb input
commit ........................................

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