reset to tput reset

This commit is contained in:
Digital Studium 2024-05-26 10:52:26 +03:00
parent d844482686
commit 6fbe3d1e24
1 changed files with 1 additions and 1 deletions

2
kls Normal file → Executable file
View File

@ -257,4 +257,4 @@ def main(screen):
if __name__ == "__main__": if __name__ == "__main__":
curses.wrapper(main) curses.wrapper(main)
subprocess.run("reset") subprocess.run("tput reset", shell=True)