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) {