From c031a18d4e03ac46298cfa3cb1270315814973dd Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 26 Nov 2015 22:45:53 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index d27f2b9..6d8af2c 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -57,6 +57,7 @@ function createXTerm(name, xtermNode){ if (runtime) { runtime.xterm.focus(); + xtermNode.innerHTML = runtime.xterm.screen; } else { var xterm = new Terminal({ rows: 66,