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

  /xsrc/external/mit/xterm/dist/
testxmc.c 35 * with terminals that have the xmc (magic cookie) glitch. The xmc_glitch
42 * We implement the glitch by writing a character that won't be mistaken for
58 * The attributes for which we'll generate a glitch, as a bitmask.
75 * When false, a cursor movement will leave a glitch when SGR's are
95 static IChar *glitch; local
102 if (glitch == NULL) {
104 glitch = TypeMallocN(IChar, len);
105 if (glitch == NULL) {
106 xtermWarning("Not enough core for xmc glitch mode\n");
110 glitch[len] = XMC_GLITCH
    [all...]
  /xsrc/external/mit/xterm/dist/package/debian/
rules 74 --enable-xmc-glitch \

Completed in 19 milliseconds