lcg.c | 138 struct wsscreen_descr lcg_stdscreen = { variable in typeref:struct:wsscreen_descr 146 &lcg_stdscreen, 947 wsdisplay_cnattach(&lcg_stdscreen, &lcg_conscreen, 0, 0, 1107 lcg_stdscreen.ncols = lcg_cols; 1108 lcg_stdscreen.nrows = lcg_rows; 1109 lcg_stdscreen.fontwidth = lcg_font.fontwidth; 1110 lcg_stdscreen.fontheight = lcg_font.fontheight;
|