]> git.eshelyaron.com Git - emacs.git/commit
Support for (box . SIZE) 'cursor-type'
authorZajcev Evgeny <zevlg@yandex.ru>
Mon, 27 Jan 2020 12:49:46 +0000 (15:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Feb 2020 10:00:14 +0000 (12:00 +0200)
commit63fd6c9ef050f8077823b3a45c841dc255257f3b
treeeeb5071fe9162229d658d46a238b2fe95af642c3
parentc4be80112556e06bd7e92138e44051cc8c62e709
Support for (box . SIZE) 'cursor-type'

This allows control of the minimum size of a masked image under
which the box cursor becomes hollow.
* buffer.c (cursor-type): Add commentary about (box . SIZE)
'cursor-type'.
* xdisp.c (get_specified_cursor_type): Check for 'cursor-type'
of the form (box . SIZE).
(get_window_cursor_type): Check masked image size for
(box . SIZE) 'cursor-type'.

* doc/emacs/display.texi (Cursor Display):
* doc/emacs/display.texi (Cursor Parameters): Add description
of (box . SIZE) 'cursor-type'.

* etc/NEWS: Mention the new (box . SIZE) 'cursor-type'.
doc/emacs/display.texi
doc/lispref/frames.texi
etc/NEWS
src/buffer.c
src/xdisp.c