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:
nicm
2022-08-15 08:54:03 +00:00
parent 497021d0db
commit 03149bf7f6
4 changed files with 11 additions and 3 deletions

1
tmux.h
View File

@ -514,6 +514,7 @@ enum tty_code_code {
TTYC_KUP6,
TTYC_KUP7,
TTYC_MS,
TTYC_NOBR,
TTYC_OL,
TTYC_OP,
TTYC_RECT,