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 authored and dankamongmen committed Jan 17, 2025
1 parent 25c08a3 commit c11efe8
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 @@ -806,6 +806,9 @@ apply_foot_heuristics(tinfo* ti, size_t *tablelen, size_t *tableused,
return NULL;
}
}
if(compare_versions(ti->termversion, "1.20.0") >= 0){
ti->caps.octants = true;
}
return "foot";
}

Expand Down

0 comments on commit c11efe8

Please sign in to comment.