Searched refs:termleader (Results 1 – 1 of 1) sorted by relevance
1403 static char_u termleader[256 + 1]; // for check_termcode() variable5368 for (p = termleader; *p && *p != i; ++p) in check_termcode()6167 termleader[len++] = CSI; // the GUI codes are not in termcodes[] in gather_termleader()6171 termleader[len++] = DCS; // the termcode response starts with DCS in gather_termleader()6174 termleader[len] = NUL; in gather_termleader()6177 if (vim_strchr(termleader, termcodes[i].code[0]) == NULL) in gather_termleader()6179 termleader[len++] = termcodes[i].code[0]; in gather_termleader()6180 termleader[len] = NUL; in gather_termleader()