Merge pull request #2149 from Tyriar/2148_update_after_ech

Update cells after an ECH
This commit is contained in:
Daniel Imms
2019-05-31 12:03:42 -07:00
committed by GitHub
+1
View File
@@ -953,6 +953,7 @@ export class InputHandler extends Disposable implements IInputHandler {
this._terminal.buffer.x + (params[0] || 1),
this._terminal.buffer.getNullCell(this._terminal.eraseAttrData())
);
this._terminal.updateRange(this._terminal.buffer.y);
}
/**