Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c848 int tty_type = NUL; in ex_terminal() local
852 tty_type = 'w'; in ex_terminal()
854 tty_type = 'c'; in ex_terminal()
861 opt.jo_tty_type = tty_type; in ex_terminal()
7151 int tty_type = *p_twt; in term_and_job_init() local
7162 tty_type = opt->jo_tty_type; in term_and_job_init()
7164 if (tty_type == NUL) in term_and_job_init()
7172 else if (tty_type == 'w') // winpty in term_and_job_init()
7177 else if (tty_type == 'c') // conpty in term_and_job_init()
/vim-8.2.3635/src/testdir/
H A Dtest_terminal.vim1084 let cmd = "call term_start('', {'tty_type' : []})"
1086 let cmd = "call term_start('', {'tty_type' : 'abc'})"
H A Dtest_channel.vim2289 \ {'tty_type' : ''},
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt878 "tty_type" Type of virtual console in use.
H A Dterminal.txt909 "tty_type" (MS-Windows only): Specify which pty to