Searched defs:scr_stat (Results 1 – 1 of 1) sorted by relevance
276 typedef struct scr_stat { struct277 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 …]