(Cursor Display): Correct how cursor appears in nonselected windows.
This commit is contained in:
parent
af23e1e89d
commit
93870ce2ab
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-09 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* display.texi (Cursor Display): Correct how cursor appears
|
||||
in nonselected windows.
|
||||
|
||||
2007-10-04 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* building.texi (GDB Graphical Interface): Remove references to gdba
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue