mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
ad510121c8
|
|
@ -39,6 +39,7 @@ from pgp import pgpEncryptToActor
|
||||||
def _clearScreen() -> None:
|
def _clearScreen() -> None:
|
||||||
print(chr(27) + "[2J")
|
print(chr(27) + "[2J")
|
||||||
print('\x1b[2J')
|
print('\x1b[2J')
|
||||||
|
os.system('cls' if os.name == 'nt' else 'clear')
|
||||||
|
|
||||||
|
|
||||||
def _waitForKeypress(timeout: int, debug: bool) -> str:
|
def _waitForKeypress(timeout: int, debug: bool) -> str:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue