update files

This commit is contained in:
nuintun
2015-11-24 23:21:19 +08:00
parent 6601fbd8ce
commit b8f2600bcd
2 changed files with 0 additions and 4 deletions

View File

@@ -141,11 +141,8 @@ module.exports = Vue.component('app-main', {
}
} else {
runtime.xterm.write(test);
console.log('before', runtime.xterm.y);
if (runtime.xterm.y > 10) {
runtime.xterm.deleteLines([1]);
console.log('after', runtime.xterm.y);
//runtime.xterm.refresh(0, runtime.xterm.y);
}