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

  /xsrc/external/mit/xterm/dist/
cursor.c 390 sc->cur_background = xw->cur_background;
479 SGR_Background(xw, (xw->flags & BG_COLOR) ? sc->cur_background : -1);
ptyx.h 2239 int cur_background; /* current background color */ member in struct:__anon52
3501 int cur_background; /* current background color */ member in struct:_XtermWidgetRec
xterm.h 1839 #define extract_bg(xw, color, flags) (unsigned) (xw)->cur_background
charproc.c 1027 * text (cur_foreground, cur_background values that are passed down to
1079 if (screen->scroll_amt && (color != xw->cur_background))
1088 xw->cur_background = color;
11325 wnew->cur_background = 0;
12215 filler = (((xw->flags & BG_COLOR) && (xw->cur_background >= 0))
12216 ? getXtermBG(xw, xw->flags, xw->cur_background)
screen.c 1950 SGR_Background(xw, xw->cur_background);
fontutils.c 1371 Pixel new_revers = getXtermBG(xw, xw->flags, xw->cur_background);
misc.c 4914 xtermFormatSGR(xw, reply, xw->flags, xw->cur_foreground, xw->cur_background);

Completed in 21 milliseconds