pm.c | 120 struct wsscreen_descr pm_stdscreen = { variable in typeref:struct:wsscreen_descr 128 &pm_stdscreen, 319 pm_stdscreen.nrows = ri->ri_rows; 320 pm_stdscreen.ncols = ri->ri_cols; 321 pm_stdscreen.textops = &ri->ri_ops; 322 pm_stdscreen.capabilities = ri->ri_caps; 572 wsdisplay_cnattach(&pm_stdscreen, ri, 0, 0, defattr);
|