HomeSort by: relevance | last modified time | path
    Searched refs:scr_wsd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
stivar.h 102 struct wsscreen_descr scr_wsd; member in struct:sti_screen
sti.c 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)
    [all...]

Completed in 12 milliseconds