cfb.c | 147 static struct wsscreen_descr cfb_stdscreen = { variable in typeref:struct:wsscreen_descr 155 &cfb_stdscreen, 348 cfb_stdscreen.nrows = ri->ri_rows; 349 cfb_stdscreen.ncols = ri->ri_cols; 350 cfb_stdscreen.textops = &ri->ri_ops; 351 cfb_stdscreen.capabilities = ri->ri_caps; 495 wsdisplay_cnattach(&cfb_stdscreen, ri, 0, 0, defattr);
|