On 23.08.2014 09:41, Jean-Sebastien Pedron wrote:
Author: dumbbell
Date: Sat Aug 23 07:41:08 2014
New Revision: 270390
URL: http://svnweb.freebsd.org/changeset/base/270390

Log:
   vt(4): Fix a crash in vt_mark_mouse_position_as_dirty() when in textmode

   In textmode, no font is loaded, thus the page fault in
   vt_mark_mouse_position_as_dirty() when it wants the font width/height.

   For now, create a fake area for the textmode. This needs to be modified
   if vt_vga gains mouse support in textmode.

   While here, fix a build failure when SC_NO_CUTPASTE is defined:
   vt_mark_mouse_position_as_dirty() must not be included in this case.

   MFC after:   1 week

Reported by:    delphij@ (both crash + build failure)

--
Jean-Sébastien Pédron
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to