]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Adjust shifting so that cursor widths up to 17 (was 9) work in vga planar
authorbde <bde@FreeBSD.org>
Fri, 14 Apr 2017 17:02:24 +0000 (17:02 +0000)
committerbde <bde@FreeBSD.org>
Fri, 14 Apr 2017 17:02:24 +0000 (17:02 +0000)
commit16de330c1e8ecf9a66f2847844ce8fc8367e1495
tree5e854d7c3ca930b0d213e8a08e7b5f8c78d8e14f
parentcc56dafb0bee907efff4050d7c599ea46141d170
Adjust shifting so that cursor widths up to 17 (was 9) work in vga planar
mode.

Direct mode always supported widths up to 32, except for its hard-coded
16s matching the pixmap size.  Text mode is still limited to 9 its 2x2
character cell method and missing adjustments for the gap between
characters, if any.

Cursor heights can be almost anything in graphics modes.
sys/dev/syscons/scvgarndr.c