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

  /xsrc/external/mit/xterm/dist/vttests/
query-status.pl 160 sub direct_color($) { subroutine
199 printf "%s3%sm", $CSI, &direct_color($fg);
201 printf "%s4%sm", $CSI, &direct_color($bg);
  /xsrc/external/mit/xterm/dist/
ptyx.h 1564 # define if_OPT_DIRECT_COLOR(screen, code) if (screen->direct_color) code
1565 # define if_OPT_DIRECT_COLOR2(screen, test, code) if (screen->direct_color && (test)) code
2455 Boolean direct_color; /* direct-color enabled? */ member in struct:__anon65
charproc.c 668 Bres(XtNdirectColor, XtCDirectColor, screen.direct_color, True),
2150 if (TScreenOf(xw)->direct_color && xw->has_rgb) {
11007 init_Bres(screen.direct_color);
misc.c 5127 if (TScreenOf(xw)->direct_color && xw->has_rgb) {

Completed in 28 milliseconds