Merge branch 'master' into window_manipulation

This commit is contained in:
Daniel Imms
2020-02-03 10:48:38 -08:00
committed by GitHub
+5
View File
@@ -309,6 +309,11 @@ export class Terminal extends Disposable implements ITerminal, IDisposable, IInp
this._renderService?.clear();
this._charSizeService?.measure();
break;
case 'cursorBlink':
case 'cursorStyle':
// The DOM renderer needs a row refresh to update the cursor styles
this.refresh(this.buffer.y, this.buffer.y);
break;
case 'drawBoldTextInBrightColors':
case 'letterSpacing':
case 'lineHeight':