Update src/browser/Terminal.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
Megan Rogge
2022-03-15 17:07:01 -04:00
committed by GitHub
co-authored by Daniel Imms
parent 4cc0db4273
commit e7baccdbcd
+1 -4
View File
@@ -82,11 +82,8 @@ export class Terminal extends CoreTerminal implements ITerminal {
private _customKeyEventHandler: CustomKeyEventHandler | undefined;
// TODO: Move into CoreTerminal.ts
// common services
private _decorationService: DecorationService;
// browser services
private _decorationService: DecorationService;
private _charSizeService: ICharSizeService | undefined;
private _mouseService: IMouseService | undefined;
private _renderService: IRenderService | undefined;