fb_elb.c | 123 static struct wsscreen_descr stdscreen = { variable in typeref:struct:wsscreen_descr 132 &stdscreen 158 wsdisplay_cnattach(&stdscreen, ri, 0, 0, defattr); 243 stdscreen.nrows = ri->ri_rows; 244 stdscreen.ncols = ri->ri_cols; 245 stdscreen.textops = &ri->ri_ops; 246 stdscreen.capabilities = ri->ri_caps;
|