parent
e8bb97f4ea
commit
f9ba992a1b
|
@ -159,7 +159,9 @@ class XTermBuffer(Buffer, XTerm):
|
|||
self._towrite = self._towrite[n:]
|
||||
self._lock.release()
|
||||
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:
|
||||
pass
|
||||
except TypeError:
|
||||
|
|
Loading…
Reference in New Issue