From 61312f349f527ea00dbbea28d451274c60003108 Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 26 Nov 2015 18:09:36 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 0abfe0a..aa1bf4d 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -74,7 +74,8 @@ function createXTerm(name, xtermNode){ refresh(runtime.xterm); } else { var xterm = new Terminal({ - scrollback: 80, + rows: 66, + scrollback: 66, convertEol: true, fgColor: 'inherit', bgColor: 'transparent'