aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-04-22 09:01:22 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-06-10 09:21:26 +0100
commitddc67152a5e8761c3dd5b8807c7fa1b997292e96 (patch)
treee9e7eff801124931eb0f07757f35831f6eefaa95 /tmux.h
parent4cf595a4023acfd9fce2e589f0d01de3e7b5eff7 (diff)
downloadrtmux-ddc67152a5e8761c3dd5b8807c7fa1b997292e96.tar.gz
rtmux-ddc67152a5e8761c3dd5b8807c7fa1b997292e96.tar.bz2
rtmux-ddc67152a5e8761c3dd5b8807c7fa1b997292e96.zip
Three changes to fix problems with xterm in VT340 mode, reported by Thomas
Sattler. 1) Do not include the DECSLRM or DECFRA features for xterm; they will be added instead if secondary DA responds as VT420 (this happens already). 2) Set or reset the individual flags after terminal-overrides is applied, so the user can properly disable them. 3) Add a capability for DECFRA ("Rect").
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 6be5b302..a67b30b9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -452,6 +452,7 @@ enum tty_code_code {
TTYC_MS,
TTYC_OL,
TTYC_OP,
+ TTYC_RECT,
TTYC_REV,
TTYC_RGB,
TTYC_RI,