update files

This commit is contained in:
nuintun
2015-11-26 21:43:25 +08:00
parent d3b1f33b9f
commit 4f037c405f
6 changed files with 18 additions and 68 deletions

View File

@@ -110,8 +110,8 @@ function Terminal(options){
this.charsets = [null];
// misc
this.element = null;
this.children = [];
this.screen = '';
this.screenLines = [];
this.refreshStart = null;
this.refreshEnd = null;
this.savedX = null;