tfb.c | 186 static struct wsscreen_descr tfb_stdscreen = { variable in typeref:struct:wsscreen_descr 194 &tfb_stdscreen, 366 tfb_stdscreen.nrows = ri->ri_rows; 367 tfb_stdscreen.ncols = ri->ri_cols; 368 tfb_stdscreen.textops = &ri->ri_ops; 369 tfb_stdscreen.capabilities = ri->ri_caps; 533 wsdisplay_cnattach(&tfb_stdscreen, ri, 0, 0, defattr);
|