Searched defs:wsscreen_descr (Results 1 – 1 of 1) sorted by relevance
96 struct wsscreen_descr { struct97 const char *name;98 int ncols, nrows;99 const struct wsdisplay_emulops *textops;100 int fontwidth, fontheight;101 int capabilities;125 int (*alloc_screen)(void *, const struct wsscreen_descr *, argument