[termdesc] disable braille on RXVT

This commit is contained in:
nick black 2021-12-16 14:23:34 -05:00
parent 3164ae3c10
commit 1b4a968c8b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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){