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)
|
||||
(with-demoted-errors "%s" (xclip-mode +1))))))
|
||||
|
||||
(when (featurep! :editor evil)
|
||||
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome
|
||||
;; Terminal, iTerm, Konsole, dumb (etc. mintty), and Apple Terminal.app. If
|
||||
;; using Apple Terminal.app, install
|
||||
;; http://www.culater.net/software/SIMBL/SIMBL.php and
|
||||
;; https://github.com/saitoha/mouseterm-plus/releases. That makes to support
|
||||
;; VT's DECSCUSR sequence.
|
||||
(add-hook 'tty-setup-hook #'evil-terminal-cursor-changer-activate))
|
||||
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome
|
||||
;; Terminal, iTerm, Konsole, dumb (etc. mintty), and Apple Terminal.app. If
|
||||
;; using Apple Terminal.app, install
|
||||
;; http://www.culater.net/software/SIMBL/SIMBL.php and
|
||||
;; https://github.com/saitoha/mouseterm-plus/releases. That makes to support
|
||||
;; VT's DECSCUSR sequence.
|
||||
(add-hook 'tty-setup-hook #'evil-terminal-cursor-changer-activate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue