diff options
| author | Eli Zaretskii | 2002-04-19 12:17:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-04-19 12:17:43 +0000 |
| commit | 9413a271ee0548b124ed45d5ee568ae24405ecf2 (patch) | |
| tree | 68f3db59702e03161f50402c163483012df2cb01 | |
| parent | a0738471ba26a4ad44f8a151cc950b3aae916d4a (diff) | |
| download | emacs-9413a271ee0548b124ed45d5ee568ae24405ecf2.tar.gz emacs-9413a271ee0548b124ed45d5ee568ae24405ecf2.zip | |
(MS-DOS Display): `bar' and `hbar' cursors are identical on MS-DOS.
| -rw-r--r-- | man/msdog.texi | 7 |
1 files changed, 4 insertions, 3 deletions
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 | |||
| 172 | @code{default-frame-alist} (@pxref{Creating Frames}). The MS-DOS | 172 | @code{default-frame-alist} (@pxref{Creating Frames}). The MS-DOS |
| 173 | terminal doesn't support a vertical-bar cursor, so the bar cursor is | 173 | terminal doesn't support a vertical-bar cursor, so the bar cursor is |
| 174 | horizontal, and the @code{@var{width}} parameter, if specified by the | 174 | horizontal, and the @code{@var{width}} parameter, if specified by the |
| 175 | frame parameters, actually determines its height. As an extension, | 175 | frame parameters, actually determines its height. For this reason, |
| 176 | the bar cursor specification can include the starting scan line of the | 176 | the @code{bar} and @code{hbar} cursor types produce the same effect on |
| 177 | cursor as well as its width, like this: | 177 | MS-DOS. As an extension, the bar cursor specification can include the |
| 178 | starting scan line of the cursor as well as its width, like this: | ||
| 178 | 179 | ||
| 179 | @example | 180 | @example |
| 180 | '(cursor-type bar @var{width} . @var{start}) | 181 | '(cursor-type bar @var{width} . @var{start}) |