Searched defs:vt_window (Results 1 – 1 of 1) sorted by relevance
293 struct vt_window { struct294 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; argument341 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw, argument