From 411eaa1aa7d511aba6fb4df1cdb4335e838efdb5 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 15 Mar 2023 00:00:00 -0600 Subject: [PATCH] top: restore a commit which had been reverted in error Please do not look at this change and especially don't look at that commit message for the patch shown below. [ that way you won't notice I misinterpreted 'H' for ] [ an 'h' when this logic was reversed as 'redundant' ] Reference(s): commit 7e33fc47c642aceea8ad53e86a6797239b91f5f9 Signed-off-by: Jim Warner --- src/top/top.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/top/top.c b/src/top/top.c index 94c15937..26a9adb5 100644 --- a/src/top/top.c +++ b/src/top/top.c @@ -5579,6 +5579,8 @@ static void keys_global (int ch) { Winstk[i].begtask = Winstk[i].focus_pid = 0; // force an extra procs refresh to avoid %cpu distortions... Pseudo_row = PROC_XTRA; + // signal that we just corrupted entire screen + Frames_signal = BREAK_screen; break; case 'I': if (Cpu_cnt > 1) {