fixed term emulation error

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-07-12 14:55:37 -04:00
parent e8bb97f4ea
commit f9ba992a1b
1 changed files with 3 additions and 1 deletions

View File

@ -159,7 +159,9 @@ class XTermBuffer(Buffer, XTerm):
self._towrite = self._towrite[n:] self._towrite = self._towrite[n:]
self._lock.release() self._lock.release()
if efd: if efd:
raise Exception, "exception is ready: %s" % repr(efd) self.term_receive(repr(efd))
#raise Exception, "exception is ready: %s" % repr(efd)
pass
except OSError: except OSError:
pass pass
except TypeError: except TypeError: