mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
7ea1d4ff11
commit
4444d3cd3a
|
@ -37,8 +37,6 @@ from pgp import pgpEncryptToActor
|
|||
|
||||
|
||||
def _clearScreen() -> None:
|
||||
print(chr(27) + "[2J")
|
||||
print('\x1b[2J')
|
||||
os.system('cls' if os.name == 'nt' else 'clear')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue