]> git.eshelyaron.com Git - emacs.git/commit
Fix invisible erc-speedbar cursor in text terminals
authorF. Jason Park <jp@neverwas.me>
Sun, 31 Mar 2024 23:32:44 +0000 (16:32 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Apr 2024 20:27:56 +0000 (22:27 +0200)
commit89ffa07d89bb59feddda9efaee759b9b527e24e9
tree50116b4740ce910e7a84fb2aa942802ae1226af1
parent5dfe572e8ce0ce6253b34898a3315c1a106edc33
Fix invisible erc-speedbar cursor in text terminals

* lisp/erc/erc-speedbar.el
(erc-speedbar--reset-last-ran-on-timer): Use `with-current-buffer'
instead of `setf' and `buffer-local-value'.
(erc-nickbar-mode, erc-nickbar-enable, erc-nickbar-disable)
(erc-speedbar-toggle-nicknames-window-lock): Revise doc string.
(erc-speedbar-toggle-nicknames-window-lock): Set `cursor-type' in
speedbar buffer.
(erc-nickbar-toggle-nicknames-window-lock): New function alias.  Note
that this name flouts traditional library namespacing conventions.
* lisp/erc/erc-status-sidebar.el (erc-status-sidebar-get-window): Use
`cursor-type' instead of `internal-show-cursor'.  (Bug#63595)

(cherry picked from commit ee377aaddf9d73116b93c3d54b1ffef9a3a8b925)
lisp/erc/erc-speedbar.el
lisp/erc/erc-status-sidebar.el