Home
last modified time | relevance | path

Searched refs:VWF_GRAPHICS (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/vt/
HDvt.h292 #define VWF_GRAPHICS 0x80 /* Window in graphics mode (KDSETMODE). */ macro
HDvt_core.c1822 if (vw->vw_flags & (VWF_MOUSE_HIDE | VWF_GRAPHICS)) in vt_mouse_event()
2315 vw->vw_flags &= ~VWF_GRAPHICS; in vtterm_ioctl()
2318 vw->vw_flags |= VWF_GRAPHICS; in vtterm_ioctl()