Merge branch 'master' into mouse_report_tests

This commit is contained in:
Daniel Imms
2019-07-31 12:21:18 -07:00
committed by GitHub
+3
View File
@@ -265,6 +265,9 @@ export class Terminal extends Disposable implements ITerminal, IDisposable, IInp
}
public dispose(): void {
if (this._isDisposed) {
return;
}
super.dispose();
if (this._windowsMode) {
this._windowsMode.dispose();