mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
[termdesc] disable braille on RXVT
This commit is contained in:
parent
3164ae3c10
commit
1b4a968c8b
@ -906,6 +906,7 @@ apply_term_heuristics(tinfo* ti, const char* termname, queried_terminals_e qterm
|
||||
ti->caps.quadrants = true;
|
||||
ti->caps.rgb = true;
|
||||
}else if(qterm == TERMINAL_RXVT){
|
||||
ti->caps.braille = false;
|
||||
ti->caps.quadrants = true;
|
||||
termname = "RXVT";
|
||||
}else if(qterm == TERMINAL_APPLE){
|
||||
|
Loading…
Reference in New Issue
Block a user