Commit ff8b5bd6 authored by liuzheng712's avatar liuzheng712

默认terminal100x35

parent aabab653
...@@ -224,7 +224,7 @@ class TermLogRecorder(object): ...@@ -224,7 +224,7 @@ class TermLogRecorder(object):
Initializing the virtual screen and the character stream Initializing the virtual screen and the character stream
""" """
self._stream = pyte.ByteStream() self._stream = pyte.ByteStream()
self._screen = pyte.Screen(80, 24) self._screen = pyte.Screen(100, 35)
self._stream.attach(self._screen) self._stream.attach(self._screen)
def _command(self): def _command(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment