Skip to content

Commit

Permalink
mintty switches DECSDM in 3.5.2 #1782
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Sep 22, 2021
1 parent f42a563 commit eee94d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/termdesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit eee94d8

Please sign in to comment.