diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 5c65d4d4d19..cc7d4e4817c 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6247,6 +6247,9 @@ Values are interpreted as follows: | |||
| 6247 | t use the cursor specified for the frame | 6247 | t use the cursor specified for the frame |
| 6248 | nil don't display a cursor | 6248 | nil don't display a cursor |
| 6249 | box display a filled box cursor | 6249 | box display a filled box cursor |
| 6250 | (box . SIZE) display a filled box cursor, but make it | ||
| 6251 | hollow if cursor is under masked image larger than | ||
| 6252 | SIZE pixels in either dimension. | ||
| 6250 | hollow display a hollow box cursor | 6253 | hollow display a hollow box cursor |
| 6251 | bar display a vertical bar cursor with default width | 6254 | bar display a vertical bar cursor with default width |
| 6252 | (bar . WIDTH) display a vertical bar cursor with width WIDTH | 6255 | (bar . WIDTH) display a vertical bar cursor with width WIDTH |