diff --git a/addons/xterm-addon-webgl/src/WebglRenderer.ts b/addons/xterm-addon-webgl/src/WebglRenderer.ts index 9cdcf9cd..2a267ff8 100644 --- a/addons/xterm-addon-webgl/src/WebglRenderer.ts +++ b/addons/xterm-addon-webgl/src/WebglRenderer.ts @@ -335,7 +335,7 @@ export class WebglRenderer extends Disposable implements IRenderer { const i = ((y * terminal.cols) + x) * RENDER_MODEL_INDICIES_PER_CELL; // Load colors/resolve overrides into work colors - this._loadColorsForCell(x, y); + this._loadColorsForCell(x, row); if (code !== NULL_CELL_CODE) { this._model.lineLengths[y] = x + 1;