From ccc6abbf460e08a938c8814338781bd42bb85d2c Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 15 Jun 2022 00:00:00 -0500 Subject: [PATCH] top: turn off the 'Ctrl' bottom window with 1 more key <=== port of newlib 3f068a66 ______________________________ original newlib message --------------------------------------------- ( none ) Signed-off-by: Jim Warner --- top/top.c | 2 ++ 1 file changed, 2 insertions(+) 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) {