From e73211f67f5679cf2aa6127c82b83435933efbaa Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Sep 2014 22:55:24 -0400 Subject: comment --- termcast.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/termcast.py b/termcast.py index 63cf9c8..c86a9af 100644 --- a/termcast.py +++ b/termcast.py @@ -41,6 +41,9 @@ class Handler(object): if clear != -1: self.buf = self.buf[clear + 4:] + # XXX need to check how much was actually processed here, to avoid + # breaking when escape sequences or utf-8 sequences are split across + # reads self.vt.process(data) self.idle_since = time.time() -- cgit v1.2.3-54-g00ecf