apply_term_heuristics: note about alacritty/sextants

pull/1355/head
nick black 4 years ago
parent 87e7c2c490
commit 14d6627874
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -57,6 +57,8 @@ apply_term_heuristics(tinfo* ti, const char* termname){
// be RGB(0, 0, 0) (the default). we could also just set it, i guess. // be RGB(0, 0, 0) (the default). we could also just set it, i guess.
ti->bg_collides_default = 0x1000000; ti->bg_collides_default = 0x1000000;
ti->sextants = true; // work since bugfix in 0.19.3 ti->sextants = true; // work since bugfix in 0.19.3
/*}else if(strstr(termname, "alacritty")){
ti->sextants = true; // alacritty https://github.com/alacritty/alacritty/issues/4409 */
}else if(strstr(termname, "vte") || strstr(termname, "gnome") || strstr(termname, "xfce")){ }else if(strstr(termname, "vte") || strstr(termname, "gnome") || strstr(termname, "xfce")){
ti->sextants = true; // VTE has long enjoyed good sextant support ti->sextants = true; // VTE has long enjoyed good sextant support
}else if(strcmp(termname, "linux") == 0){ }else if(strcmp(termname, "linux") == 0){

Loading…
Cancel
Save