mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
@@ -299,8 +299,7 @@ export class TerminalInstance implements ITerminalInstance {
|
||||
|
||||
public setCursorBlink(blink: boolean): void {
|
||||
if (this._xterm && this._xterm.cursorBlink !== blink) {
|
||||
this._xterm.options.cursorBlink = blink;
|
||||
this._xterm.cursorBlink = blink;
|
||||
this._xterm.setOption('cursorBlink', blink);
|
||||
this._xterm.refresh(0, this._xterm.rows - 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user