Skip to content

Why call os.system('clear') ? #302

Open
@erezsh

Description

In this line of code, you use a system call to clear the screen:

os.system('clear')

However, I tested it on windows, and using blessed works just fine :

term = blessed.Terminal()
print(term.clear)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions