From ff8b5bd6c0af2d268faf05b8eaafbcf6ce50a222 Mon Sep 17 00:00:00 2001 From: liuzheng712 Date: Wed, 6 Apr 2016 10:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4terminal100x35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jlog/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jlog/views.py b/jlog/views.py index 09c79a9d8..ff1239e8e 100644 --- a/jlog/views.py +++ b/jlog/views.py @@ -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):