Add missing break in options code

Atlas is reset as part of onResize, this should be safe
This commit is contained in:
Daniel Imms
2018-12-09 09:13:30 -08:00
parent b5f1c3384a
commit 693e17a5cb
+1
View File
@@ -464,6 +464,7 @@ export class Terminal extends EventEmitter implements ITerminal, IDisposable, II
this.renderer.onResize(this.cols, this.rows);
this.refresh(0, this.rows - 1);
}
break;
case 'rendererType':
if (this.renderer) {
this.unregister(this.renderer);