Add tput reset

This commit is contained in:
Digital Studium 2024-05-26 10:53:18 +03:00
parent 657ff57775
commit e7543974d0
1 changed files with 1 additions and 0 deletions

1
sshtui
View File

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