comparison man/display.texi @ 70357:03e273042b0d

Say "graphical displays".
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 May 2006 23:21:02 +0000
parents 8db1976888d0
children 1673f96b0b2d
comparison
equal deleted inserted replaced
70356:87188a1dd1d1 70357:03e273042b0d
1024 @vindex blink-cursor-alist 1024 @vindex blink-cursor-alist
1025 @cindex cursor, locating visually 1025 @cindex cursor, locating visually
1026 @cindex cursor, blinking 1026 @cindex cursor, blinking
1027 You can customize the cursor's color, and whether it blinks, using 1027 You can customize the cursor's color, and whether it blinks, using
1028 the @code{cursor} Custom group (@pxref{Easy Customization}). On 1028 the @code{cursor} Custom group (@pxref{Easy Customization}). On
1029 graphical terminals, the command @kbd{M-x blink-cursor-mode} enables 1029 a graphical display, the command @kbd{M-x blink-cursor-mode} enables
1030 or disables the blinking of the cursor. (On text terminals, the 1030 or disables the blinking of the cursor. (On text terminals, the
1031 terminal itself blinks the cursor, and Emacs has no control over it.) 1031 terminal itself blinks the cursor, and Emacs has no control over it.)
1032 You can control how the cursor appears when it blinks off by setting 1032 You can control how the cursor appears when it blinks off by setting
1033 the variable @code{blink-cursor-alist}. 1033 the variable @code{blink-cursor-alist}.
1034 1034
1048 customize the variable @code{cursor-in-non-selected-windows} and assign 1048 customize the variable @code{cursor-in-non-selected-windows} and assign
1049 it a @code{nil} value. 1049 it a @code{nil} value.
1050 1050
1051 @vindex x-stretch-cursor 1051 @vindex x-stretch-cursor
1052 @cindex wide block cursor 1052 @cindex wide block cursor
1053 On graphical terminals, Emacs can optionally draw the block cursor 1053 On graphical displays, Emacs can optionally draw the block cursor
1054 as wide as the character under the cursor---for example, if the cursor 1054 as wide as the character under the cursor---for example, if the cursor
1055 is on a tab character, it would cover the full width occupied by that 1055 is on a tab character, it would cover the full width occupied by that
1056 tab character. To enable this feature, set the variable 1056 tab character. To enable this feature, set the variable
1057 @code{x-stretch-cursor} to a non-@code{nil} value. 1057 @code{x-stretch-cursor} to a non-@code{nil} value.
1058 1058