Searched refs:check_termcode (Results 1 – 6 of 6) sorted by relevance
79 int check_termcode(int max_offset, char_u *buf, int bufsize, int *buflen);
849 if ((n = check_termcode(1, buf, buflen, &len)) < 0 in get_keystroke()
2628 keylen = check_termcode(max_mlen + 1, NULL, 0, NULL); in handle_mapping()
5296 check_termcode( in check_termcode() function
6992 Solution: Don't recognize the mouse wheel in check_termcode() in the GUI.
12861 Solution: Properly handle escape sequences deleted by check_termcode().