bump: :os tty
emacs-straight/xclip@ef2ad92f31 -> emacs-straight/xclip@4772beb557 kisaragi-hiu/evil-terminal-cursor-changer@24755a18a3 -> 7696122/evil-terminal-cursor-changer@12ea9c0438 Fix: #6551 Close: #6565 Co-authored-by: basaran <basaran@users.noreply.github.com>
This commit is contained in:
parent
e48dd85e56
commit
9a3fab9572
2 changed files with 11 additions and 15 deletions
|
@ -35,11 +35,10 @@
|
||||||
(and (require 'xclip nil t)
|
(and (require 'xclip nil t)
|
||||||
(with-demoted-errors "%s" (xclip-mode +1))))))
|
(with-demoted-errors "%s" (xclip-mode +1))))))
|
||||||
|
|
||||||
(when (featurep! :editor evil)
|
|
||||||
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome
|
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome
|
||||||
;; Terminal, iTerm, Konsole, dumb (etc. mintty), and Apple Terminal.app. If
|
;; Terminal, iTerm, Konsole, dumb (etc. mintty), and Apple Terminal.app. If
|
||||||
;; using Apple Terminal.app, install
|
;; using Apple Terminal.app, install
|
||||||
;; http://www.culater.net/software/SIMBL/SIMBL.php and
|
;; http://www.culater.net/software/SIMBL/SIMBL.php and
|
||||||
;; https://github.com/saitoha/mouseterm-plus/releases. That makes to support
|
;; https://github.com/saitoha/mouseterm-plus/releases. That makes to support
|
||||||
;; VT's DECSCUSR sequence.
|
;; VT's DECSCUSR sequence.
|
||||||
(add-hook 'tty-setup-hook #'evil-terminal-cursor-changer-activate))
|
(add-hook 'tty-setup-hook #'evil-terminal-cursor-changer-activate)
|
||||||
|
|
|
@ -6,11 +6,8 @@
|
||||||
:recipe (:host github :repo "spudlyo/clipetty")
|
:recipe (:host github :repo "spudlyo/clipetty")
|
||||||
:pin "01b39044b9b65fa4ea7d3166f8b1ffab6f740362")
|
:pin "01b39044b9b65fa4ea7d3166f8b1ffab6f740362")
|
||||||
;; Despite its name, this works for macOS as well.
|
;; Despite its name, this works for macOS as well.
|
||||||
(package! xclip :pin "ef2ad92f3157d40b6d12c7e8485d633eaae7fc45"))
|
(package! xclip :pin "4772beb5579e13910c89c482a2e41271253c646b"))
|
||||||
|
|
||||||
(when (featurep! :editor evil)
|
;; NOTE Despite the evil-* prefix, evil-terminal-cursor-changer does not depend
|
||||||
(package! evil-terminal-cursor-changer
|
;; on evil (anymore).
|
||||||
;; HACK Fix #3845: original package is abandoned. This fork fixes a breaking
|
(package! evil-terminal-cursor-changer :pin "12ea9c0438c67e560b3866dc78b5c7d1d93f8cc5")
|
||||||
;; 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