termdesc: foot has octants since 1.20.0

This commit is contained in:
Daniel Eklöf 2025-01-16 09:48:44 +01:00 committed by nick black
parent 25c08a3709
commit c11efe877f

View File

@ -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";
}