]> granicus.if.org Git - procps-ng/commit
top: turn off the 'Ctrl' bottom window with 1 more key
authorJim Warner <james.warner@comcast.net>
Thu, 5 May 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Mon, 9 May 2022 08:44:21 +0000 (18:44 +1000)
commit3f068a66c84347a42fd27d8a809cea2656043b37
treef31a7f44e0e148f1d3619552a3636feef3b3cd7a
parent793f3e85aeb41788e359c2f6f387812c328ac097
top: turn off the 'Ctrl' bottom window with 1 more key

In that commit shown below, the concept of a corrupted
display was introduced so that 'Ctrl' windows could be
redrawn now that they were made more persistent. Well,
it turns out there is another case where redrawing was
necessary. That is when transitioning between task and
thread modes. So this patch addresses those occasions.

Reference(s):
. May, 2022 - introduced Frames_signal BREAK_screen
commit d66c1f39b52d53ec279fc638aa4a6352d7672201

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