aboutsummaryrefslogtreecommitdiffstats
path: root/termcast.py
diff options
context:
space:
mode:
Diffstat (limited to 'termcast.py')
-rw-r--r--termcast.py3
1 files changed, 3 insertions, 0 deletions
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
}