make pty driver identify as pty
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user