We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b44dea commit a4fee6dCopy full SHA for a4fee6d
src/common/InputHandler.ts
@@ -1218,7 +1218,6 @@ export class InputHandler extends Disposable implements IInputHandler {
1218
this._activeBuffer.getNullCell(this._eraseAttrData()),
1219
this._eraseAttrData()
1220
);
1221
- this._bufferService.buffer.clearMarkers(y);
1222
if (clearWrap) {
1223
line.isWrapped = false;
1224
}
0 commit comments