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 95d01de commit d85c80dCopy full SHA for d85c80d
src/browser/Terminal.ts
@@ -459,7 +459,6 @@ export class Terminal extends CoreTerminal implements ITerminal {
459
this.register(this.onCursorMove(() => {
460
this._renderService!.onCursorMove();
461
this._syncTextArea();
462
-
463
}));
464
this.register(this.onResize(() => this._renderService!.onResize(this.cols, this.rows)));
465
this.register(this.onBlur(() => this._renderService!.onBlur()));
0 commit comments