Home | History | Annotate | Download | only in libcurses

Lines Matching refs:curscr

133 		curscr->wattr &= _cursesi_screen->mask_op;
249 if (wlp->winp != __virtscr && wlp->winp != curscr) {
540 ((curscr->wattr & __COLOR) == (attr & __COLOR)))
556 __unset_color(curscr);
575 __unset_color(curscr);
588 curscr->wattr &= ~__COLOR;
589 curscr->wattr |= attr & __COLOR;
669 else if (win == curscr) {
670 /* Reset colour attribute on curscr */
672 "__change_pair: win == curscr\n");
673 for (y = 0; y < curscr->maxy; y++) {
674 lp = curscr->alines[y];
675 for (x = 0; x < curscr->maxx; x++) {