Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c177 static term_T *in_terminal_loop = NULL; variable
1069 if (in_terminal_loop == term) in free_terminal()
1070 in_terminal_loop = NULL; in free_terminal()
2318 return in_terminal_loop != NULL; in terminal_is_active()
2343 term_T *term = in_terminal_loop; in term_get_cursor_shape()
2418 if (in_terminal_loop == term) in may_set_cursor_props()
2546 in_terminal_loop = curbuf->b_term; in terminal_loop()
2632 || in_terminal_loop != curbuf->b_term) in terminal_loop()
2718 in_terminal_loop = NULL; in terminal_loop()
2733 if (in_terminal_loop == term) in may_toggle_cursor()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt20256 Solution: reset in_terminal_loop when a terminal is freed.