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

  /xsrc/external/mit/xterm/dist/
testxmc.c 35 * with terminals that have the xmc (magic cookie) glitch. The xmc_glitch
103 unsigned len = screen->xmc_glitch;
110 glitch[len] = XMC_GLITCH;
153 dotext(xw, (DECNRCM_codes) '?', glitch, screen->xmc_glitch);
191 if (ld->charData[col] != XMC_GLITCH) {
212 if (ld->charData[col] == XMC_GLITCH)
ptyx.h 1693 #define if_OPT_XMC_GLITCH(screen, code) if(screen->xmc_glitch) code
1694 #define XMC_GLITCH 1 /* the character we'll show */
2922 unsigned xmc_glitch; /* # of spaces to pad on SGR's */ member in struct:__anon12178
charproc.c 824 Ires(XtNxmcGlitch, XtCXmcGlitch, screen.xmc_glitch, 0),
6779 if (buf[n] == XMC_GLITCH)
6780 buf[n] = XMC_GLITCH + 1;
10558 init_Ires(screen.xmc_glitch);

Completed in 13 milliseconds