Skip to content

Commit

Permalink
termdesc: foot has octants since 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkl committed Jan 16, 2025
1 parent bf5e78c commit 2465118
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 @@ -800,6 +800,9 @@ apply_foot_heuristics(tinfo* ti, bool* forcesdm, bool* invertsixel){
if(compare_versions(ti->termversion, "1.8.2") < 0){
*invertsixel = true;
}
if(compare_versions(ti->termversion, "1.20.0") >= 0){
ti->caps.octants = true;
}
return "foot";
}

Expand Down

0 comments on commit 2465118

Please sign in to comment.