Skip to content

Commit

Permalink
XTerm 359+ uses correct DECSDM #1782
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Sep 23, 2021
1 parent eee94d8 commit 0918fa2
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 @@ -591,6 +591,9 @@ apply_term_heuristics(tinfo* ti, const char* termname, queried_terminals_e qterm
if(add_pushcolors_escapes(ti, tablelen, tableused)){
return -1;
}
if(compare_versions(ti->termversion, "359") >= 0){
*invertsixel = true;
}
}
}else if(qterm == TERMINAL_MINTTY){
termname = "MinTTY";
Expand Down

0 comments on commit 0918fa2

Please sign in to comment.