mfb.c | 134 static struct wsscreen_descr mfb_stdscreen = { variable in typeref:struct:wsscreen_descr 142 &mfb_stdscreen, 312 mfb_stdscreen.nrows = ri->ri_rows; 313 mfb_stdscreen.ncols = ri->ri_cols; 314 mfb_stdscreen.textops = &ri->ri_ops; 315 mfb_stdscreen.capabilities = ri->ri_caps; 459 wsdisplay_cnattach(&mfb_stdscreen, ri, 0, 0, defattr);
|