mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -1036,7 +1036,7 @@ AnsiTerminal.prototype.toString = function (type){
|
|||||||
cell = this.screen.buffer[i].cells[j];
|
cell = this.screen.buffer[i].cells[j];
|
||||||
|
|
||||||
if (cell.c) {
|
if (cell.c) {
|
||||||
console.log(cell.c, ': ', styles(cell), getStyles(cell.attr, cell.gb, cell.width === 2));
|
console.log(cell.c, ': ', styles(cell));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user