update files

This commit is contained in:
nuintun
2015-11-26 11:45:31 +08:00
parent 93b8d9342b
commit 8d2af4a433
14 changed files with 178 additions and 82 deletions

View File

@@ -26,7 +26,7 @@ function isBoldBroken(){
module.exports = function (Terminal){
/**
* Open Terminal
* open
*/
Terminal.prototype.open = function (){
var div;
@@ -38,7 +38,7 @@ module.exports = function (Terminal){
this.element.setAttribute('tabindex', '0');
this.element.setAttribute('spellcheck', 'false');
// sync default bg/fg colors
this.element.style.backgroundColor = this.bgColor;
this.element.style.color = this.fgColor;