increase terminal buffer size

pull/7/head
fuwa 4 years ago
parent 52867a79d4
commit 14b1d83672

@ -35,6 +35,6 @@ const emuHost = '192.168.10.100';
const host = isEmu ? emuHost : '127.0.0.1';
const stdoutLineBufferSize = 100;
const stdoutLineBufferSize = 200;
const bannerShownKey = 'banner-shown';