Home
last modified time | relevance | path

Searched refs:check_termcode (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dterm.pro79 int check_termcode(int max_offset, char_u *buf, int bufsize, int *buflen);
/vim-8.2.3635/src/
H A Dmisc1.c849 if ((n = check_termcode(1, buf, buflen, &len)) < 0 in get_keystroke()
H A Dgetchar.c2628 keylen = check_termcode(max_mlen + 1, NULL, 0, NULL); in handle_mapping()
H A Dterm.c5296 check_termcode( in check_termcode() function
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6992 Solution: Don't recognize the mouse wheel in check_termcode() in the GUI.
H A Dversion7.txt12861 Solution: Properly handle escape sequences deleted by check_termcode().