update files

This commit is contained in:
nuintun 2015-11-25 18:21:16 +08:00
parent 28b1dbd3c8
commit 3c5f97eeef

View File

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