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

  /xsrc/external/mit/xterm/dist/
Tekproc.c 1655 T_COLOR(vtscr, TEK_CURSOR));
1820 if (COLOR_DEFINED(pNew, TEK_CURSOR)) {
1821 T_COLOR(screen, TEK_CURSOR) = COLOR_VALUE(pNew, TEK_CURSOR);
1822 TRACE(("... TEK_CURSOR: %#lx\n", T_COLOR(screen, TEK_CURSOR)));
1824 T_COLOR(screen, TEK_CURSOR) = T_COLOR(screen, TEK_FG);
1825 TRACE(("... TEK_CURSOR: %#lx\n", T_COLOR(screen, TEK_CURSOR)));
1847 T_COLOR(screen, TEK_CURSOR));
    [all...]
cachedGCs.c 204 CASE(TEK_CURSOR),
ptyx.h 969 , TEK_CURSOR = 8 /* tektronix cursor */
util.c 2683 } else if (COLOR_DEFINED(pNew, TEK_CURSOR)) {
misc.c 3664 CASE(TEK_CURSOR);
charproc.c 11159 screen->Tcolors[TEK_CURSOR] = screen->Tcolors[TEXT_CURSOR];
11750 case TEK_CURSOR:

Completed in 23 milliseconds