From e7543974d0e0f8fea689958ac7b78884e0e1e8c9 Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sun, 26 May 2024 10:53:18 +0300 Subject: [PATCH] Add tput reset --- sshtui | 1 + 1 file changed, 1 insertion(+) diff --git a/sshtui b/sshtui index 363511b..1f2e783 100755 --- a/sshtui +++ b/sshtui @@ -202,3 +202,4 @@ def main(screen): if __name__ == "__main__": curses.wrapper(main) + subprocess.run("tput reset", shell=True)