identify as Windows ConHost, not Windows Terminal

dankamongmen/windows-tester
nick black 3 years ago
parent 251fc52d9d
commit 0603f18bd6

@ -684,7 +684,7 @@ apply_term_heuristics(tinfo* ti, const char* termname, queried_terminals_e qterm
}
ti->bce = true;
}else if(qterm == TERMINAL_MSTERMINAL){
termname = "Windows Terminal";
termname = "Windows ConHost";
ti->caps.rgb = true;
ti->caps.quadrants = true;
}else if(qterm == TERMINAL_CONTOUR){

Loading…
Cancel
Save