mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add a Nobr terminfo capability to tell tmux the terminal does not use
bright colours for bold (makes a difference to how tmux applies palette differences). From Damien Tardy-Panis in GitHub issue 3301.
This commit is contained in:
@ -247,6 +247,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
|
||||
[TTYC_KUP6] = { TTYCODE_STRING, "kUP6" },
|
||||
[TTYC_KUP7] = { TTYCODE_STRING, "kUP7" },
|
||||
[TTYC_MS] = { TTYCODE_STRING, "Ms" },
|
||||
[TTYC_NOBR] = { TTYCODE_STRING, "Nobr" },
|
||||
[TTYC_OL] = { TTYCODE_STRING, "ol" },
|
||||
[TTYC_OP] = { TTYCODE_STRING, "op" },
|
||||
[TTYC_RECT] = { TTYCODE_STRING, "Rect" },
|
||||
|
Reference in New Issue
Block a user