From 50828cfb0953a3817bf3b2378f8d47e148f099ef Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 16 Sep 2014 14:04:42 -0400 Subject: reset terminal attributes before drawing watcher screen --- ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.py b/ssh.py index ae83103..b07b31c 100644 --- a/ssh.py +++ b/ssh.py @@ -83,7 +83,7 @@ class Connection(object): self.chan.send(data) def _display_streamer_screen(self, streamers): - self.chan.send("\033[2J\033[HWelcome to Termcast!") + self.chan.send("\033[2J\033[H\033[mWelcome to Termcast!") self.chan.send( "\033[3H %-20s %-15s %-15s %-15s" % ( "User", "Terminal size", "Idle time", "Total time" -- cgit v1.2.3-54-g00ecf