Update cells after an ECH

Fixes #2148
This commit is contained in:
Daniel Imms
2019-05-30 19:53:13 -07:00
parent 32d6613811
commit ac66444c65
+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);
}
/**