Fix #3845: first tty frame crashes from daemon

PR for this exists upstream at 7696122/evil-terminal-cursor-changer#22,
but will likely never be merged (the package has been abandoned), so we
switch to the PR's repo.
This commit is contained in:
Henrik Lissner 2020-10-21 16:28:46 -04:00
parent ff6699e79a
commit 43e3e4c8f3
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -9,4 +9,8 @@
(package! xclip :pin "2951c6b62b29780c7a35c64601a59999b83aa145"))
(when (featurep! :editor evil)
(package! evil-terminal-cursor-changer :pin "b49ca4393d2f3cc6014174950059b36a5cb22949"))
(package! evil-terminal-cursor-changer
;; HACK Fix #3845: original package is abandoned. This fork fixes a breaking
;; bug that crashes the first terminal frame opened from the daemon.
:recipe (:host github :repo "kisaragi-hiu/evil-terminal-cursor-changer")
:pin "24755a18a311226933946f7218684dab5960ebc9"))