update files

This commit is contained in:
nuintun
2015-11-24 19:41:29 +08:00
parent 8641a8d06c
commit 1774dba7ed
3 changed files with 11 additions and 3 deletions

View File

@@ -127,7 +127,10 @@ module.exports = Vue.component('app-main', {
console.log(xterm);
test.forEach(function (line){ xterm.writeln(line); });
test.forEach(function (line){
xterm.writeln(line);
xterm.cursorNextLine([0]);
});
window.AppRuntime[this.project.name] = {
name: name,
@@ -135,7 +138,10 @@ module.exports = Vue.component('app-main', {
xterm: xterm
}
} else {
test.forEach(function (line){ runtime.xterm.writeln(line); });
test.forEach(function (line){
runtime.xterm.writeln(line);
runtime.xterm.cursorNextLine([0]);
});
}
},
setting: function (){