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:
parent
ff6699e79a
commit
43e3e4c8f3
1 changed files with 5 additions and 1 deletions
|
@ -9,4 +9,8 @@
|
||||||
(package! xclip :pin "2951c6b62b29780c7a35c64601a59999b83aa145"))
|
(package! xclip :pin "2951c6b62b29780c7a35c64601a59999b83aa145"))
|
||||||
|
|
||||||
(when (featurep! :editor evil)
|
(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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue