Searched +refs:CSI +refs:map (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgetchar.c30 * - CSI introduces a GUI termcap code (also when gui.in_use is FALSE,
32 * A literal CSI is stored as CSI KS_EXTRA KE_CSI.
35 * Escaping CSI bytes is done by the system-specific input functions, called
154 * K_SPECIAL and CSI in the returned string are escaped.
185 * K_SPECIAL and CSI in the returned string are escaped.
219 * K_SPECIAL and CSI in the returned string are escaped.
229 * K_SPECIAL and CSI should have been escaped already.
303 * Translates special keys, NUL, CSI, K_SPECIAL and multibyte characters.
337 else if (c == CSI)
[all...]
H A Dedit.c258 K_SPECIAL and CSI are escaped */
1001 ++no_mapping; /* don't map the next key hits */
5393 ++no_mapping; /* don't map the next key hits */
6636 * and CSI. Handle multi-byte characters.
6654 /* Need to escape K_SPECIAL and CSI like in the typeahead buffer. */
6662 else if (c == CSI)
6664 *s++ = CSI;
7696 static char_u map[26] = local
7708 return (int)(map[CharOrd(c)] - 1 + p_aleph);
7730 return (int)(map[CharOrdLo
[all...]

Completed in 196 milliseconds