changeset 44696:7248f6ca013d

(MS-DOS Display): `bar' and `hbar' cursors are identical on MS-DOS.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Apr 2002 12:17:43 +0000
parents 7a20e252e50a
children 21cae71e2d9c
files man/msdog.texi
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/msdog.texi	Fri Apr 19 12:13:47 2002 +0000
+++ b/man/msdog.texi	Fri Apr 19 12:17:43 2002 +0000
@@ -172,9 +172,10 @@
 @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})