update files

This commit is contained in:
nuintun 2015-12-02 11:11:29 +08:00
parent 3466cf1542
commit e92e47c72d

View File

@ -1036,7 +1036,7 @@ AnsiTerminal.prototype.toString = function (type){
cell = this.screen.buffer[i].cells[j];
if (cell.c) {
console.log(cell.c, ': ', styles(cell), getStyles(cell.attr, cell.gb, cell.width === 2));
console.log(cell.c, ': ', styles(cell));
}
}
}