mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 11:34:05 +08:00
update files
This commit is contained in:
parent
3466cf1542
commit
e92e47c72d
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user