update files

This commit is contained in:
nuintun
2015-11-25 11:59:30 +08:00
parent abaea8ed18
commit 24e964f437
3 changed files with 3 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ function Terminal(options){
this.colors = options.colors;
this.bgColor = options.bgColor || Terminal.defaultColors.bgColor;
this.fgColor = options.bgColor || Terminal.defaultColors.fgColor;
this.fgColor = options.fgColor || Terminal.defaultColors.fgColor;
this.options = options;