From: Eli Zaretskii Date: Fri, 19 Apr 2002 12:17:43 +0000 (+0000) Subject: (MS-DOS Display): `bar' and `hbar' cursors are identical on MS-DOS. X-Git-Tag: ttn-vms-21-2-B4~15524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9413a271ee0548b124ed45d5ee568ae24405ecf2;p=emacs.git (MS-DOS Display): `bar' and `hbar' cursors are identical on MS-DOS. --- diff --git a/man/msdog.texi b/man/msdog.texi index 2550d7c5925..5273b28f7d6 100644 --- a/man/msdog.texi +++ b/man/msdog.texi @@ -172,9 +172,10 @@ specifying the @code{cursor-type} parameter in the variable @code{default-frame-alist} (@pxref{Creating Frames}). The MS-DOS terminal doesn't support a vertical-bar cursor, so the bar cursor is horizontal, and the @code{@var{width}} parameter, if specified by the -frame parameters, actually determines its height. As an extension, -the bar cursor specification can include the starting scan line of the -cursor as well as its width, like this: +frame parameters, actually determines its height. For this reason, +the @code{bar} and @code{hbar} cursor types produce the same effect on +MS-DOS. As an extension, the bar cursor specification can include the +starting scan line of the cursor as well as its width, like this: @example '(cursor-type bar @var{width} . @var{start})