mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
terminfo: ‘foot’ has sextant support
This commit is contained in:
parent
b97af99fa0
commit
4eaa117e9f
@ -65,6 +65,8 @@ apply_term_heuristics(tinfo* ti, const char* termname){
|
||||
ti->sextants = true; // alacritty https://github.com/alacritty/alacritty/issues/4409 */
|
||||
}else if(strstr(termname, "vte") || strstr(termname, "gnome") || strstr(termname, "xfce")){
|
||||
ti->sextants = true; // VTE has long enjoyed good sextant support
|
||||
}else if(strncmp(termname, "foot", 4) == 0){
|
||||
ti->sextants = true;
|
||||
}else if(strcmp(termname, "linux") == 0){
|
||||
ti->braille = false; // no braille, no sextants in linux console
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user