diff --git a/bpytop.py b/bpytop.py index 73a0fd9..6e3e4bf 100755 --- a/bpytop.py +++ b/bpytop.py @@ -604,6 +604,7 @@ class Term: Key.mouse = {} Box.calc_sizes() + Collector.proc_counter = 1 if Init.running: cls.resized = False; return if Menu.active: Menu.resized = True Box.draw_bg(now=False)