From a4fee6d4b5c8dd4f740cdf0b5e221377020c1f34 Mon Sep 17 00:00:00 2001 From: meganrogge Date: Fri, 18 Feb 2022 16:11:00 -0600 Subject: [PATCH] get rid of the bane of my existence --- src/common/InputHandler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/InputHandler.ts b/src/common/InputHandler.ts index 0df992c8..6198aa37 100644 --- a/src/common/InputHandler.ts +++ b/src/common/InputHandler.ts @@ -1218,7 +1218,6 @@ export class InputHandler extends Disposable implements IInputHandler { this._activeBuffer.getNullCell(this._eraseAttrData()), this._eraseAttrData() ); - this._bufferService.buffer.clearMarkers(y); if (clearWrap) { line.isWrapped = false; }