update files

This commit is contained in:
nuintun 2015-11-30 18:18:32 +08:00
parent 245ee5584f
commit b8c4c2f48a

View File

@ -1265,7 +1265,7 @@ AnsiTerminal.prototype.inst_p = function (s){
this.cursor.col += 1; this.cursor.col += 1;
} }
if (width == 2) { if (width === 2) {
this.screen.buffer[this.cursor.row].cells[this.cursor.col].width = 0; this.screen.buffer[this.cursor.row].cells[this.cursor.col].width = 0;
this.screen.buffer[this.cursor.row].cells[this.cursor.col].c = ''; this.screen.buffer[this.cursor.row].cells[this.cursor.col].c = '';
this.screen.buffer[this.cursor.row].cells[this.cursor.col].attr = this.charattributes; this.screen.buffer[this.cursor.row].cells[this.cursor.col].attr = this.charattributes;