mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-06 10:54:07 +08:00
update files
This commit is contained in:
parent
c60298b4a7
commit
7d09d4df0a
@ -1068,8 +1068,8 @@ AnsiTerminal.prototype.toString = function (type){
|
||||
line = '<div>';
|
||||
|
||||
for (j = 0; j < cols; ++j) {
|
||||
node = this.screen.buffer[i].cells[j];
|
||||
styleBuffer = stylesBuffer[i][j];
|
||||
node = this.screen.buffer[i].cells[j];
|
||||
|
||||
if (j === 0) {
|
||||
style = htmlStyle(styleBuffer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user