update files

This commit is contained in:
nuintun 2015-11-26 18:09:36 +08:00
parent 75ac413229
commit 61312f349f

View File

@ -74,7 +74,8 @@ function createXTerm(name, xtermNode){
refresh(runtime.xterm); refresh(runtime.xterm);
} else { } else {
var xterm = new Terminal({ var xterm = new Terminal({
scrollback: 80, rows: 66,
scrollback: 66,
convertEol: true, convertEol: true,
fgColor: 'inherit', fgColor: 'inherit',
bgColor: 'transparent' bgColor: 'transparent'