update files

This commit is contained in:
nuintun
2015-11-25 17:28:12 +08:00
parent d871c2b302
commit 092961802c
5 changed files with 21 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ module.exports = function (Terminal){
Terminal.prototype.showCursor = function (){
if (!this.cursorState) {
this.cursorState = 1;
this.refresh(this.y, this.y);
}
};