mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(cursor-in-non-selected-windows): Replaces
show-cursor-in-non-selected-windows.
This commit is contained in:
parent
a46d278bd5
commit
c0eb3c1052
2 changed files with 8 additions and 6 deletions
|
|
@ -1196,18 +1196,15 @@ itself as a pre-command hook."
|
|||
:group 'cursor)
|
||||
|
||||
|
||||
(defcustom show-cursor-in-non-selected-windows t
|
||||
(defcustom cursor-in-non-selected-windows t
|
||||
"*Non-nil means show a hollow box cursor in non-selected-windows.
|
||||
If nil, don't show a cursor except in the selected window.
|
||||
Setting this variable directly has no effect; use custom instead
|
||||
\(or set the variable `cursor-in-non-selected-windows')."
|
||||
Use Custom to set this variable to get the display updated."
|
||||
:tag "Cursor in non-selected windows"
|
||||
:type 'boolean
|
||||
:group 'cursor
|
||||
:get #'(lambda (symbol) cursor-in-non-selected-windows)
|
||||
:set #'(lambda (symbol value)
|
||||
(set-default symbol value)
|
||||
(setq cursor-in-non-selected-windows value)
|
||||
(force-mode-line-update t)))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue