Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c5402 int mouse_index_found = -1; in check_termcode() local
5450 if (mouse_index_found < 0) in check_termcode()
5451 mouse_index_found = idx; in check_termcode()
5469 if (termcodes[idx].modlen > 0 && mouse_index_found < 0) in check_termcode()
5522 if (idx == tc_len && mouse_index_found >= 0) in check_termcode()
5524 key_name[0] = termcodes[mouse_index_found].name[0]; in check_termcode()
5525 key_name[1] = termcodes[mouse_index_found].name[1]; in check_termcode()