Home | History | Annotate | Download | only in ic

Lines Matching refs:scr_wsd

629 	scr->scr_wsd.name = "std";
630 scr->scr_wsd.ncols = cfg.width / scr->scr_curfont.width;
631 scr->scr_wsd.nrows = cfg.height / scr->scr_curfont.height;
632 scr->scr_wsd.textops = &sti_emulops;
633 scr->scr_wsd.fontwidth = scr->scr_curfont.width;
634 scr->scr_wsd.fontheight = scr->scr_curfont.height;
635 scr->scr_wsd.capabilities = WSSCREEN_REVERSE;
637 scr->scr_scrlist[0] = &scr->scr_wsd;
801 wsdisplay_cnattach(&scr->scr_wsd, scr,
802 0, scr->scr_wsd.nrows - 1, defattr);
1522 wsdisplay_cnattach(&scr->scr_wsd, scr, 0, 0, defattr);