update files

This commit is contained in:
nuintun
2015-11-27 09:56:53 +08:00
parent 07eb2b8b48
commit 26c6e9635d
9 changed files with 39 additions and 49 deletions

View File

@@ -38,10 +38,10 @@ module.exports = function (Terminal){
var context = this;
this.element.style.borderColor = 'white';
this.screen.style.borderColor = 'white';
setTimeout(function (){
context.element.style.borderColor = '';
context.screen.style.borderColor = '';
}, 10);
if (this.popOnBell) this.focus();