From 93870ce2abb67d72adb6658d82fa0a1e82f50b99 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Oct 2007 01:27:17 +0000 Subject: [PATCH] (Cursor Display): Correct how cursor appears in nonselected windows. --- man/ChangeLog | 5 +++++ man/display.texi | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index b5290285da8..707222a5fc4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2007-10-09 Richard Stallman + + * display.texi (Cursor Display): Correct how cursor appears + in nonselected windows. + 2007-10-04 Nick Roberts * building.texi (GDB Graphical Interface): Remove references to gdba diff --git a/man/display.texi b/man/display.texi index d4d2945d584..5e1e0056592 100644 --- a/man/display.texi +++ b/man/display.texi @@ -1116,12 +1116,12 @@ doesn't switch, so it uses the normal cursor. @cindex cursor in non-selected windows @vindex cursor-in-non-selected-windows - Normally, the cursor appears in non-selected windows in the ``off'' -state, with the same appearance as when the blinking cursor blinks + Normally, the cursor appears in non-selected windows without +blinking, with the same appearance as when the blinking cursor blinks ``off.'' For a box cursor, this is a hollow box; for a bar cursor, this is a thinner bar. To turn off cursors in non-selected windows, -customize the variable @code{cursor-in-non-selected-windows} and assign -it a @code{nil} value. +customize the variable @code{cursor-in-non-selected-windows} and +assign it a @code{nil} value. @vindex x-stretch-cursor @cindex wide block cursor -- 2.39.2