Searched defs:vt_window (Results 1 – 1 of 1) sorted by relevance
279 struct vt_window { struct280 struct vt_device *vw_device; /* (c) Device. */281 struct terminal *vw_terminal; /* (c) Terminal. */282 struct vt_buf vw_buf; /* (u) Screen buffer. */283 struct vt_font *vw_font; /* (d) Graphical font. */307 struct vt_window *vw_switch_to; argument