pull/195/head
liuzheng712 2016-04-05 12:54:37 +08:00
parent b908fdafc6
commit 7f4d3ffdbc
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ function openTerminal(options) {
rowHeight = 24;
colWidth = 80
}
if(rowHeight){}else{rowHeight=24};
if(colWidth){}else{colWidth=80};
var term = new Terminal({
rows: rowHeight,