make pty driver identify as pty
This commit is contained in:
parent
72782bd51b
commit
833b06c4d1
@ -50,7 +50,7 @@ class Terminal:
|
|||||||
'columns': self.screen.columns,
|
'columns': self.screen.columns,
|
||||||
"text": text,
|
"text": text,
|
||||||
'attributes': allAttributes,
|
'attributes': allAttributes,
|
||||||
'screen': '1'
|
'screen': 'pty'
|
||||||
}.copy()
|
}.copy()
|
||||||
|
|
||||||
class driver(screenDriver):
|
class driver(screenDriver):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user