Searched defs:scr_stat (Results 1 – 1 of 1) sorted by relevance
257 typedef struct scr_stat { struct258 int index; /* index of this vty */259 struct sc_softc *sc; /* pointer to softc */260 struct sc_rndr_sw *rndr; /* renderer */261 sc_vtb_t scr;262 sc_vtb_t vtb;263 uint64_t fbi_generation; /* track fb_info updates */265 int xpos; /* current X position */266 int ypos; /* current Y position */267 int xsize; /* X text size */[all …]