Lines Matching refs:glitch
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;
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;
145 * Write a glitch with the attributes temporarily set to the new(er)
151 TRACE(("XMC Writing glitch (%d/%d) after SGR %d\n", my_attrs,
153 dotext(xw, (DECNRCM_codes) '?', glitch, screen->xmc_glitch);
159 * Force a glitch on cursor movement when we're in standout mode and not at the
202 * a glitch.