aboutsummaryrefslogtreecommitdiffstats
path: root/termcast.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-15 16:51:05 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-15 16:51:05 -0400
commit13c007e097409a9545da0f6b7c191eab06c1c99d (patch)
treef4c9742ebb5ac707f9229170aea046dcbfa38422 /termcast.py
parent840ea5547e66f512c4a225f23be06c07f8c49d36 (diff)
downloadpython-termcast-server-13c007e097409a9545da0f6b7c191eab06c1c99d.tar.gz
python-termcast-server-13c007e097409a9545da0f6b7c191eab06c1c99d.zip
start working on providing more information in the watcher screen
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
}