Open
Description
In this line of code, you use a system call to clear the screen:
Line 270 in d9fef0b
However, I tested it on windows, and using blessed works just fine :
term = blessed.Terminal()
print(term.clear)
Metadata
Assignees
Labels
No labels