Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djob.c504 if (!(supported2 & JO2_TERM_KILL)) in get_job_options()
506 opt->jo_set2 |= JO2_TERM_KILL; in get_job_options()
H A Dstructs.h2356 #define JO2_TERM_KILL 0x4000 // "term_kill" macro
H A Dterminal.c802 opt.jo_set2 |= JO2_TERM_KILL; in ex_terminal()
6389 + JO2_NORESTORE + JO2_TERM_KILL + JO2_TERM_HIGHLIGHT in f_term_start()