]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
vt(4): Refuse to load a font if hw.vga.textmode is selected
authordumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Oct 2014 13:32:01 +0000 (13:32 +0000)
committerdumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 23 Oct 2014 13:32:01 +0000 (13:32 +0000)
commitb952c4e6c281d723ada6a7e431a4a20324a681fd
tree890dc9086b318e7293cd38de9cf19361fab4f46a
parente6ac89724f402c5e6d1bf4f87026836e79fbaa76
vt(4): Refuse to load a font if hw.vga.textmode is selected

Before, the font was loaded and the window size recalculated, giving an
unusable terminal, even if the actual font didn't change.

Reported by: beeessdee@ruggedinbox.com
MFC of: r273330

git-svn-id: svn://svn.freebsd.org/base/stable/10@273545 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/vt/vt_core.c