Remove _cachedBlankLine

This commit is contained in:
Daniel Imms
2021-04-01 15:54:47 -07:00
committed by GitHub
parent 1c087f6bcd
commit ecb485d2f5
-2
View File
@@ -58,8 +58,6 @@ export abstract class CoreTerminal extends Disposable implements ICoreTerminal {
protected _inputHandler: InputHandler;
private _writeBuffer: WriteBuffer;
private _windowsMode: IDisposable | undefined;
/** An IBufferline to clone/copy from for new blank lines */
private _cachedBlankLine: IBufferLine | undefined;
private _onBinary = new EventEmitter<string>();
public get onBinary(): IEvent<string> { return this._onBinary.event; }