Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c1421 #define TPR_YES 'y' macro
4641 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 …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt47192 Solution: Invert the check for TPR_YES. (closes #6254)