]> granicus.if.org Git - procps-ng/commit
top: fix an improper behavior following a SIGWINCH bug
authorJim Warner <james.warner@comcast.net>
Wed, 7 Sep 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Mon, 12 Sep 2022 12:15:28 +0000 (22:15 +1000)
commit9d9993708b1854f7396b978a6d54d6c508e1fd08
tree18fcb8cc8446aba7310d23f7a797876c7a26831d
parent046883b9d382f18fcdeacfe4b66693b1c41f9e5d
top: fix an improper behavior following a SIGWINCH bug

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 3ea1bc779fb7ca5bf065a5ca620ec5b5823bc61c

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