mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
identify as Windows ConHost, not Windows Terminal
This commit is contained in:
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…
Reference in New Issue
Block a user