Mercurial > emacs
changeset 34565:5c6c44b995ef
Document show-cursor-in-non-selected-windows and
cursor-in-non-selected-windows.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 14 Dec 2000 15:20:27 +0000 |
parents | 546b9aec6cd6 |
children | 0370af7597d2 |
files | man/windows.texi |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/windows.texi Thu Dec 14 15:19:20 2000 +0000 +++ b/man/windows.texi Thu Dec 14 15:20:27 2000 +0000 @@ -402,3 +402,12 @@ in a given screen height using side-by-side windows on the same buffer: split the window with @kbd{C-x 3} and then use @kbd{M-x follow-mode} to synchronize the windows. + +@cindex cursor in non-selected windows +@vindex show-cursor-in-non-selected-windows +@vindex cursor-in-non-selected-windows +Normally, the cursor in non-selected windows is shown as a hollow box. +If you want Emacs not to display the cursor in non-selected windows, +customize the option @code{show-cursor-in-non-selected-windows}, or set +the variable @code{cursor-in-non-selected-windows} to a non-@code{nil} +value.