Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c4542 create_vterm(term_T *term, int rows, int cols) in create_vterm() function
6730 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in conpty_term_and_job_init()
7061 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in winpty_term_and_job_init()
7203 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in create_pty_only()
7320 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in term_and_job_init()
7343 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in create_pty_only()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt24440 Solution: Initialize colors when not using create_vterm().