Home
last modified time | relevance | path

Searched defs:vt_window (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h293 struct vt_window { struct
294 struct vt_device *vw_device; /* (c) Device. */
295 struct terminal *vw_terminal; /* (c) Terminal. */
296 struct vt_buf vw_buf; /* (u) Screen buffer. */
297 struct vt_font *vw_font; /* (d) Graphical font. */
321 struct vt_window *vw_switch_to; argument
341 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw, argument