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