Lines Matching refs:tl_normal_mode
101 int tl_normal_mode; // TRUE: Terminal-Normal mode member
1172 if (term->tl_normal_mode) in update_cursor()
1237 if (!term->tl_normal_mode) in write_to_term()
1986 if (term->tl_timer_set && !term->tl_normal_mode) in term_check_timers()
2011 term->tl_normal_mode = normal_mode; in set_terminal_mode()
2069 return term != NULL && term->tl_normal_mode; in term_in_normal_mode()
2454 && !term->tl_normal_mode in term_use_loop_check()
2724 if (curbuf->b_term != NULL && !curbuf->b_term->tl_normal_mode) in terminal_loop()
2936 if (!term->tl_normal_mode) in set_dirty_snapshot()
3029 if (term->tl_buffer == curbuf && !term->tl_normal_mode) in handle_movecursor()
3202 if (term->tl_normal_mode) in handle_pushline()
3362 if (!term->tl_normal_mode) in term_after_channel_closed()
3702 return term != NULL && term->tl_vterm != NULL && !term->tl_normal_mode; in term_do_update_window()
3835 return term != NULL && (term->tl_vterm == NULL || term->tl_normal_mode); in term_show_buffer()
4635 if (term->tl_normal_mode) in term_get_status_text()
5962 if (term->tl_normal_mode) in f_term_getstatus()