mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
mintty switches DECSDM in 3.5.2 #1782
This commit is contained in:
parent
f42a563367
commit
eee94d8e40
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user