mintty switches DECSDM in 3.5.2 #1782

This commit is contained in:
nick black 2021-09-22 19:44:19 -04:00
parent f42a563367
commit eee94d8e40
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -597,6 +597,9 @@ apply_term_heuristics(tinfo* ti, const char* termname, queried_terminals_e qterm
if(add_smulx_escapes(ti, tablelen, tableused)){
return -1;
}
if(compare_versions(ti->termversion, "3.5.2") >= 0){
*invertsixel = true;
}
ti->bce = true;
}else if(qterm == TERMINAL_CONTOUR){
termname = "Contour";