update files

This commit is contained in:
nuintun
2015-11-26 21:51:59 +08:00
parent 4f037c405f
commit 6b2c31b263
5 changed files with 21 additions and 27 deletions

View File

@@ -156,5 +156,7 @@ module.exports = function (Terminal){
}
this.screen = screen(this.fgColor, this.bgColor, this.screenLines.join(''));
this.onscreen.call(this, this.screen);
};
};