make pty driver identify as pty

This commit is contained in:
chrys 2018-05-17 20:09:55 +02:00
parent 72782bd51b
commit 833b06c4d1

View File

@ -50,7 +50,7 @@ class Terminal:
'columns': self.screen.columns,
"text": text,
'attributes': allAttributes,
'screen': '1'
'screen': 'pty'
}.copy()
class driver(screenDriver):