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
295811cde0
commit
30813d67d3
@ -42,12 +42,12 @@ CanvasXTerm.prototype = {
|
|||||||
for (i = 0; i < rows; i++) {
|
for (i = 0; i < rows; i++) {
|
||||||
x = 0;
|
x = 0;
|
||||||
y = i * this.font.lineHeight + this.baseY;
|
y = i * this.font.lineHeight + this.baseY;
|
||||||
|
text = '';
|
||||||
|
|
||||||
for (j = 0; j < cols; j++) {
|
for (j = 0; j < cols; j++) {
|
||||||
node = screen[i][j];
|
node = screen[i][j];
|
||||||
|
|
||||||
if (j === 0) {
|
if (j === 0) {
|
||||||
text = '';
|
|
||||||
attrCache = node.attr;
|
attrCache = node.attr;
|
||||||
stylesCache = this.getStyles(node);
|
stylesCache = this.getStyles(node);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user