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

  /src/sys/dev/wscons/
wsemul_vt100_subr.c 191 int n, m, help, flags, fgcol, bgcol; local in function:wsemul_vt100_handle_csi
519 bgcol = vd->bgcol;
527 vd->bgcol = vd->msgattrs.default_bg;
532 bgcol = vd->msgattrs.default_bg;
571 bgcol = ARG(vd, n) - 40;
574 bgcol = vd->msgattrs.default_bg;
583 if (vt100_selectattribute(vd, flags, fgcol, bgcol, &attr,
587 fgcol, bgcol, flags);
594 vd->bgcol = bgcol
    [all...]
vt100_base.h 52 int attrflags, fgcol, bgcol; /* properties of curattr */ member in struct:vt100base_data

Completed in 13 milliseconds