Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dterminal.c101 int tl_normal_mode; // TRUE: Terminal-Normal mode member
1173 if (term->tl_normal_mode) in update_cursor()
1238 if (!term->tl_normal_mode) in write_to_term()
2012 term->tl_normal_mode = normal_mode; in set_terminal_mode()
2070 return term != NULL && term->tl_normal_mode; in term_in_normal_mode()
2455 && !term->tl_normal_mode in term_use_loop_check()
2937 if (!term->tl_normal_mode) in set_dirty_snapshot()
3203 if (term->tl_normal_mode) in handle_pushline()
3363 if (!term->tl_normal_mode) in term_after_channel_closed()
4654 if (term->tl_normal_mode) in term_get_status_text()
[all …]