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,
|
||||
"text": text,
|
||||
'attributes': allAttributes,
|
||||
'screen': '1'
|
||||
'screen': 'pty'
|
||||
}.copy()
|
||||
|
||||
class driver(screenDriver):
|
||||
|
Loading…
Reference in New Issue
Block a user