[heuristics] GNU screen 4x never has rgb

pull/2274/head
nick black 3 years ago
parent b9fa29247a
commit b8a66fed12
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -609,7 +609,9 @@ apply_term_heuristics(tinfo* ti, const char* termname, queried_terminals_e qterm
// FIXME what, oh what to do with tmux?
}else if(qterm == TERMINAL_GNUSCREEN){
termname = "GNU screen";
// FIXME disable rgb?
if(compare_versions(ti->termversion, "5.0") < 0){
ti->caps.rgb = false;
}
}else if(qterm == TERMINAL_MLTERM){
termname = "MLterm";
ti->caps.quadrants = true; // good caps.quadrants, no caps.sextants as of 3.9.0

Loading…
Cancel
Save