Lines Matching refs:term_props

1438 static termprop_T term_props[TPR_COUNT];  variable
1450 term_props[TPR_CURSOR_STYLE].tpr_name = "cursor_style"; in init_term_props()
1451 term_props[TPR_CURSOR_STYLE].tpr_set_by_termresponse = FALSE; in init_term_props()
1452 term_props[TPR_CURSOR_BLINK].tpr_name = "cursor_blink_mode"; in init_term_props()
1453 term_props[TPR_CURSOR_BLINK].tpr_set_by_termresponse = FALSE; in init_term_props()
1454 term_props[TPR_UNDERLINE_RGB].tpr_name = "underline_rgb"; in init_term_props()
1455 term_props[TPR_UNDERLINE_RGB].tpr_set_by_termresponse = TRUE; in init_term_props()
1456 term_props[TPR_MOUSE].tpr_name = "mouse"; 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()
1461 term_props[i].tpr_status = TPR_UNKNOWN; in init_term_props()
1480 value[0] = term_props[i].tpr_status; in f_terminalprops()
1482 dict_add_string(rettv->vval.v_dict, term_props[i].tpr_name, value); in f_terminalprops()
4642 term_props[TPR_CURSOR_STYLE].tpr_status = value; in handle_u7_response()
4643 term_props[TPR_CURSOR_BLINK].tpr_status = value; in handle_u7_response()
4696 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_SGR; in handle_version_response()
4718 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_SGR; in handle_version_response()
4726 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()
4727 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_SGR; in handle_version_response()
4733 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_SGR; in handle_version_response()
4737 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()
4745 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_SGR; in handle_version_response()
4747 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_XTERM; in handle_version_response()
4751 if (term_props[TPR_MOUSE].tpr_status == TPR_UNKNOWN) in handle_version_response()
4756 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_SGR; in handle_version_response()
4758 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_XTERM2; in handle_version_response()
4771 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()
4775 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()
4781 term_props[TPR_MOUSE].tpr_status = TPR_MOUSE_SGR; in handle_version_response()
4788 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()
4796 term_props[TPR_CURSOR_STYLE].tpr_status = TPR_NO; in handle_version_response()
4797 term_props[TPR_CURSOR_BLINK].tpr_status = TPR_NO; in handle_version_response()
4804 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()
4809 term_props[TPR_CURSOR_STYLE].tpr_status = TPR_NO; in handle_version_response()
4817 if (term_props[TPR_UNDERLINE_RGB].tpr_status != TPR_YES && *T_8U != NUL) in handle_version_response()
4824 && (term_props[TPR_MOUSE].tpr_status == TPR_MOUSE_XTERM2 in handle_version_response()
4825 || term_props[TPR_MOUSE].tpr_status == TPR_MOUSE_SGR)) in handle_version_response()
4828 term_props[TPR_MOUSE].tpr_status == TPR_MOUSE_SGR in handle_version_response()
4839 && term_props[TPR_CURSOR_STYLE].tpr_status == TPR_YES in handle_version_response()
4857 && term_props[TPR_CURSOR_BLINK].tpr_status == TPR_YES in handle_version_response()