mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
fixed cursor visibility (fixes #439)
This commit is contained in:
parent
621a6d8127
commit
f3f969a006
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue