Lines Matching refs:background
111 cur_pair->background =
319 /* HP terminals will be changing the background, or not */
326 cur_pair->background = -1;
334 /* check if both the foreground and background of newcolor match */
345 if (ptp[newcolor].background != cur_pair->background) {
348 ptp[newcolor].background), 1, outc);
351 Oldcolors[ptp[newcolor].background]),
353 cur_pair->background = ptp[newcolor].background;
379 back = ptp[newcolor].background;