mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
properly name Windows Terminal
This commit is contained in:
parent
d6a91fb99f
commit
d26374a312
@ -646,7 +646,7 @@ apply_term_heuristics(tinfo* ti, const char* termname, queried_terminals_e qterm
|
||||
}
|
||||
ti->bce = true;
|
||||
}else if(qterm == TERMINAL_MSTERMINAL){
|
||||
ti->termname = "Windows Terminal";
|
||||
termname = "Windows Terminal";
|
||||
ti->caps.rgb = true;
|
||||
}else if(qterm == TERMINAL_CONTOUR){
|
||||
termname = "Contour";
|
||||
|
Loading…
Reference in New Issue
Block a user