aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2022-08-15 08:54:03 +0000
committernicm <nicm>2022-08-15 08:54:03 +0000
commit03149bf7f62e2c92d0e60087c52604d2dd51794f (patch)
treef7983fc30be68d04d49b36e14c12d22391946f51 /tmux.h
parent497021d0db40790cc9a98bb1d70ae091d170831e (diff)
downloadrtmux-03149bf7f62e2c92d0e60087c52604d2dd51794f.tar.gz
rtmux-03149bf7f62e2c92d0e60087c52604d2dd51794f.tar.bz2
rtmux-03149bf7f62e2c92d0e60087c52604d2dd51794f.zip
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.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 4196a31c..413d8c38 100644
--- a/tmux.h
+++ b/tmux.h
@@ -514,6 +514,7 @@ enum tty_code_code {
TTYC_KUP6,
TTYC_KUP7,
TTYC_MS,
+ TTYC_NOBR,
TTYC_OL,
TTYC_OP,
TTYC_RECT,