mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04: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;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(compare_versions(ti->termversion, "1.20.0") >= 0){
|
||||||
|
ti->caps.octants = true;
|
||||||
|
}
|
||||||
return "foot";
|
return "foot";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user