Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c200 static int focus_mode = FALSE; // xterm's "focus reporting" availability variable
2073 focus_mode = TRUE; in set_termname()
3648 if (focus_mode && p_ek && *T_FE != NUL) in starttermcap()
3706 if (focus_mode && p_ek && *T_FD != NUL) in stoptermcap()
5790 if (focus_mode in check_termcode()