默认terminal100x35

pull/195/head
liuzheng712 2016-04-06 10:26:30 +08:00
parent aabab653d3
commit ff8b5bd6c0
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class TermLogRecorder(object):
Initializing the virtual screen and the character stream
"""
self._stream = pyte.ByteStream()
self._screen = pyte.Screen(80, 24)
self._screen = pyte.Screen(100, 35)
self._stream.attach(self._screen)
def _command(self):