Searched refs:gc_changes (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dscreen.c1567 unsigned gc_changes = 0; local in function:ScrnRefresh
1788 gc_changes |= (flags & (FG_COLOR | BG_COLOR));
1879 gc_changes |= (flags & (FG_COLOR | BG_COLOR));
1947 if (gc_changes & FG_COLOR)
1949 if (gc_changes & BG_COLOR)
1952 (void) gc_changes;

Completed in 5 milliseconds