update files

This commit is contained in:
nuintun
2015-11-25 11:32:38 +08:00
parent 0b5daac020
commit 1039c0109f
2 changed files with 5 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ function Terminal(options){
this[key] = options[key];
} else {
this[key] = value;
options[key] = value;
}
}, this);
@@ -52,7 +53,7 @@ function Terminal(options){
this.bgColor = options.bgColor || Terminal.defaultColors.bgColor;
this.fgColor = options.bgColor || Terminal.defaultColors.fgColor;
this.options = options;
this.resetOptions = options;
this.ybase = 0;
this.ydisp = 0;