Searched refs:TPR_YES (Results 1 – 2 of 2) sorted by relevance
1421 #define TPR_YES 'y' macro4641 value = arg[1] == 1 ? TPR_YES : TPR_NO; in handle_u7_response()4726 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()4737 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; 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()4788 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()4804 term_props[TPR_UNDERLINE_RGB].tpr_status = TPR_YES; in handle_version_response()4817 if (term_props[TPR_UNDERLINE_RGB].tpr_status != TPR_YES && *T_8U != NUL) in handle_version_response()4839 && term_props[TPR_CURSOR_STYLE].tpr_status == TPR_YES in handle_version_response()[all …]
47192 Solution: Invert the check for TPR_YES. (closes #6254)