Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c180 static BOOL has_winpty = FALSE; variable
7153 has_winpty = dyn_winpty_init(FALSE) != FAIL ? TRUE : FALSE; in term_and_job_init()
7156 if (!has_winpty && !has_conpty) in term_and_job_init()
7166 if (has_conpty && (is_conpty_stable() || !has_winpty)) in term_and_job_init()
7168 else if (has_winpty) in term_and_job_init()
7174 if (has_winpty) in term_and_job_init()