mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
295811cde0
commit
30813d67d3
@ -42,12 +42,12 @@ CanvasXTerm.prototype = {
|
||||
for (i = 0; i < rows; i++) {
|
||||
x = 0;
|
||||
y = i * this.font.lineHeight + this.baseY;
|
||||
text = '';
|
||||
|
||||
for (j = 0; j < cols; j++) {
|
||||
node = screen[i][j];
|
||||
|
||||
if (j === 0) {
|
||||
text = '';
|
||||
attrCache = node.attr;
|
||||
stylesCache = this.getStyles(node);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user