diff options
| author | Eli Zaretskii | 2000-03-12 12:33:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-03-12 12:33:59 +0000 |
| commit | 0fceb73215775a1f02506524d5749c8b8eb6f2da (patch) | |
| tree | 0890d5906cb2ed74cb2861ee38a2d1cce4ad8712 | |
| parent | 8ba01a329c88e6b1f6a7c7462b631d04bdacc4cb (diff) | |
| download | emacs-0fceb73215775a1f02506524d5749c8b8eb6f2da.tar.gz emacs-0fceb73215775a1f02506524d5749c8b8eb6f2da.zip | |
(MS-DOS Display) Explain the differences in cursor type control
on MSDOS terminals.
| -rw-r--r-- | man/msdog.texi | 20 |
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. | |||
| 140 | how Emacs displays glyphs and characters which aren't supported by the | 140 | how Emacs displays glyphs and characters which aren't supported by the |
| 141 | native font built into the DOS display. | 141 | native 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 | ||
| 145 | is for compatibility with the Unix version, where the box cursor is the | ||
| 146 | default. 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 | ||
| 149 | vertical-bar cursor, so the bar cursor is horizontal, and the its | ||
| 150 | @code{@var{width}} parameter, if specified by the frame parameters, | ||
| 151 | actually determines its height. As an extension, the bar cursor | ||
| 152 | specification can include the starting scan line of the cursor as well | ||
| 153 | as its width, like this: | ||
| 154 | |||
| 155 | @example | ||
| 156 | '(cursor-type bar @var{width} . @var{start}) | ||
| 157 | @end example | ||
| 158 | |||
| 159 | @noindent | ||
| 160 | In addition, if the @var{width} parameter is negative, the cursor bar | ||
| 161 | begins 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 |
| 145 | overlap, so you only see a single frame at any given moment. That | 165 | overlap, so you only see a single frame at any given moment. That |