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:
parent
9dce7d31ea
commit
34741cfaf2
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user