Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt.h279 struct vt_window { struct
280 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