From 13c007e097409a9545da0f6b7c191eab06c1c99d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Sep 2014 16:51:05 -0400 Subject: start working on providing more information in the watcher screen --- termcast.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'termcast.py') diff --git a/termcast.py b/termcast.py index ca8d213..2750869 100644 --- a/termcast.py +++ b/termcast.py @@ -93,4 +93,7 @@ class Connection(object): return { "name": self.name, "id": self.connection_id, + "rows": self.handler.rows, + "cols": self.handler.cols, + "idle": "0s", # XXX } -- cgit v1.2.3-54-g00ecf