Update ptyDriver.py
This commit is contained in:
parent
3e49ae7fac
commit
9fa4ba8a0b
@ -45,7 +45,8 @@ class Terminal:
|
|||||||
'columns': self.screen.columns,
|
'columns': self.screen.columns,
|
||||||
"text": self.text,
|
"text": self.text,
|
||||||
'attributes': self.attributes.copy(),
|
'attributes': self.attributes.copy(),
|
||||||
'screen': 'pty'
|
'screen': 'pty'
|
||||||
|
'screenUpdateTime': time.time(),
|
||||||
}.copy()
|
}.copy()
|
||||||
|
|
||||||
class driver(screenDriver):
|
class driver(screenDriver):
|
||||||
|
Loading…
Reference in New Issue
Block a user