From: Jim Warner Date: Wed, 15 Jun 2022 05:00:00 +0000 (-0500) Subject: top: turn off the 'Ctrl' bottom window with 1 more key <=== port of newlib 3f068a66 X-Git-Tag: v4.0.3_rc1~33^2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccc6abbf460e08a938c8814338781bd42bb85d2c;p=procps-ng top: turn off the 'Ctrl' bottom window with 1 more key <=== port of newlib 3f068a66 ______________________________ original newlib message --------------------------------------------- ( none ) Signed-off-by: Jim Warner --- diff --git a/top/top.c b/top/top.c index 142d5213..d199b5e3 100644 --- a/top/top.c +++ b/top/top.c @@ -5422,6 +5422,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 (smp_num_cpus > 1) {