Skip to content

Commit

Permalink
Merge pull request #2149 from Tyriar/2148_update_after_ech
Browse files Browse the repository at this point in the history
Update cells after an ECH
  • Loading branch information
Tyriar committed May 31, 2019
2 parents 468efed + dea1205 commit 653d38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InputHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 653d38b

Please sign in to comment.