Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.h276 typedef struct scr_stat { struct
277 int index; /* index of this vty */
278 struct sc_softc *sc; /* pointer to softc */
279 struct sc_rndr_sw *rndr; /* renderer */
280 sc_vtb_t scr;
281 sc_vtb_t vtb;
283 int xpos; /* current X position */
284 int ypos; /* current Y position */
285 int xsize; /* X text size */
286 int ysize; /* Y text size */
[all …]