aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-03-12 12:33:59 +0000
committerEli Zaretskii2000-03-12 12:33:59 +0000
commit0fceb73215775a1f02506524d5749c8b8eb6f2da (patch)
tree0890d5906cb2ed74cb2861ee38a2d1cce4ad8712
parent8ba01a329c88e6b1f6a7c7462b631d04bdacc4cb (diff)
downloademacs-0fceb73215775a1f02506524d5749c8b8eb6f2da.tar.gz
emacs-0fceb73215775a1f02506524d5749c8b8eb6f2da.zip
(MS-DOS Display) Explain the differences in cursor type control
on MSDOS terminals.
-rw-r--r--man/msdog.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/msdog.texi b/man/msdog.texi
index 1e709768481..1c8747b1085 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -140,6 +140,26 @@ faces are available and what they look like.
140how Emacs displays glyphs and characters which aren't supported by the 140how Emacs displays glyphs and characters which aren't supported by the
141native font built into the DOS display. 141native font built into the DOS display.
142 142
143@cindex cursor shape on MS-DOS
144 When Emacs starts, it changes the cursor shape to a solid box. This
145is for compatibility with the Unix version, where the box cursor is the
146default. This default shape can be changed to a bar by specifying the
147@code{cursor-type} parameter in the variable @code{default-frame-alist}
148(@pxref{Creating Frames}). The MS-DOS terminal doesn't support a
149vertical-bar cursor, so the bar cursor is horizontal, and the its
150@code{@var{width}} parameter, if specified by the frame parameters,
151actually determines its height. As an extension, the bar cursor
152specification can include the starting scan line of the cursor as well
153as its width, like this:
154
155@example
156 '(cursor-type bar @var{width} . @var{start})
157@end example
158
159@noindent
160In addition, if the @var{width} parameter is negative, the cursor bar
161begins at the top of the character cell.
162
143@cindex frames on MS-DOS 163@cindex frames on MS-DOS
144 Multiple frames (@pxref{Frames}) are supported on MS-DOS, but they all 164 Multiple frames (@pxref{Frames}) are supported on MS-DOS, but they all
145overlap, so you only see a single frame at any given moment. That 165overlap, so you only see a single frame at any given moment. That