diff options
| author | Kim F. Storm | 2004-04-30 22:49:49 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-30 22:49:49 +0000 |
| commit | 6431cf0d5ffb55542cce34b2bd89dd33d2139335 (patch) | |
| tree | 8cf79e4985e78c0e713118b7ade83540d08b5a47 | |
| parent | 2ed2415d6d393f8212dcf105d933d67ebd350c1e (diff) | |
| download | emacs-6431cf0d5ffb55542cce34b2bd89dd33d2139335.tar.gz emacs-6431cf0d5ffb55542cce34b2bd89dd33d2139335.zip | |
(syms_of_buffer) <cursor-type>: Add hbar value.
| -rw-r--r-- | src/buffer.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4f6ac755436..d28c0af12ae 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5856,8 +5856,10 @@ Values are interpreted as follows: | |||
| 5856 | 5856 | ||
| 5857 | t use the cursor specified for the frame | 5857 | t use the cursor specified for the frame |
| 5858 | nil don't display a cursor | 5858 | nil don't display a cursor |
| 5859 | bar display a bar cursor with default width | 5859 | bar display a vertical bar cursor with default width |
| 5860 | (bar . WIDTH) display a bar cursor with width WIDTH | 5860 | (bar . WIDTH) display a vertical bar cursor with width WIDTH |
| 5861 | hbar display a horisontal bar cursor with default width | ||
| 5862 | (hbar . WIDTH) display a horisontal bar cursor with width WIDTH | ||
| 5861 | ANYTHING ELSE display a box cursor. | 5863 | ANYTHING ELSE display a box cursor. |
| 5862 | 5864 | ||
| 5863 | When the buffer is displayed in a nonselected window, | 5865 | When the buffer is displayed in a nonselected window, |