2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Clear terminal after full draw

A resize may need cleanup below
the output.
This commit is contained in:
Jarrod Johnson 2022-12-14 16:14:34 -05:00
parent 9dce7d31ea
commit 34741cfaf2

View File

@ -100,6 +100,7 @@ class ScreenPrinter(object):
sys.stdout.write('\n')
column = 0
self.lastrows += 1
sys.stdout.write('\x1b[J')
else:
if node:
nodes = [node]