mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 10:28:05 +00:00
fixed cursor visibility (fixes #439)
This commit is contained in:
@@ -59,6 +59,7 @@ hterm.hterm.Terminal.prototype.applyCursorShape = function () {
|
|||||||
}
|
}
|
||||||
this.setCursorShape(modes[modeNumber][0])
|
this.setCursorShape(modes[modeNumber][0])
|
||||||
this.setCursorBlink(modes[modeNumber][1])
|
this.setCursorBlink(modes[modeNumber][1])
|
||||||
|
this.setCursorVisible(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
hterm.hterm.VT.CSI[' q'] = function (parseState) {
|
hterm.hterm.VT.CSI[' q'] = function (parseState) {
|
||||||
|
Reference in New Issue
Block a user