From f3f969a006a79c7bf5a3a1e681d856291eafef8b Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 5 Oct 2018 10:18:34 +0100 Subject: [PATCH] fixed cursor visibility (fixes #439) --- terminus-terminal/src/hterm.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/terminus-terminal/src/hterm.ts b/terminus-terminal/src/hterm.ts index 583257ee..1e6fa378 100644 --- a/terminus-terminal/src/hterm.ts +++ b/terminus-terminal/src/hterm.ts @@ -59,6 +59,7 @@ hterm.hterm.Terminal.prototype.applyCursorShape = function () { } this.setCursorShape(modes[modeNumber][0]) this.setCursorBlink(modes[modeNumber][1]) + this.setCursorVisible(true) } hterm.hterm.VT.CSI[' q'] = function (parseState) {