mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-08 23:59:02 -05:00
termdesc: foot has octants since 1.20.0
This commit is contained in:
parent
25c08a3709
commit
c11efe877f
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user