Searched refs:in_terminal_loop (Results 1 – 2 of 2) sorted by relevance
177 static term_T *in_terminal_loop = NULL; variable1069 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 …]
20256 Solution: reset in_terminal_loop when a terminal is freed.