Lines Matching refs:tpr_status
1416 int tpr_status; member
1461 term_props[i].tpr_status = TPR_UNKNOWN; in init_term_props()
1480 value[0] = term_props[i].tpr_status; 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()