-
Notifications
You must be signed in to change notification settings - Fork 423
Open
Description
In this line of code, you use a system call to clear the screen:
Line 270 in d9fef0b
| os.system('clear') |
However, I tested it on windows, and using blessed works just fine :
term = blessed.Terminal()
print(term.clear)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels