Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c1415 int tpr_set_by_termresponse; member
1451 term_props[TPR_CURSOR_STYLE].tpr_set_by_termresponse = FALSE; in init_term_props()
1453 term_props[TPR_CURSOR_BLINK].tpr_set_by_termresponse = FALSE; in init_term_props()
1455 term_props[TPR_UNDERLINE_RGB].tpr_set_by_termresponse = TRUE; in init_term_props()
1457 term_props[TPR_MOUSE].tpr_set_by_termresponse = TRUE; in init_term_props()
1460 if (all || term_props[i].tpr_set_by_termresponse) in init_term_props()