diff --git a/src/xterm.js b/src/xterm.js index 8e699b99..15f071bc 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -2829,7 +2829,7 @@ // resize cols j = this.cols; if (j < x) { - ch = [this.defAttr, ' ']; // does xterm use the default attr? + ch = [this.defAttr, ' ', 1]; // does xterm use the default attr? i = this.lines.length; while (i--) { while (this.lines[i].length < x) {