aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-06-10 07:28:45 +0000
committernicm <nicm>2021-06-10 07:28:45 +0000
commit0c5cbbbf5cd09598ff2f3d6d1ae99fa353ec5b40 (patch)
tree22990de1e04560e04255fbb3037ee90625212595 /tmux.h
parent9f38a8807c6c6b3b7596f06c2bb662242337ac48 (diff)
downloadrtmux-0c5cbbbf5cd09598ff2f3d6d1ae99fa353ec5b40.tar.gz
rtmux-0c5cbbbf5cd09598ff2f3d6d1ae99fa353ec5b40.tar.bz2
rtmux-0c5cbbbf5cd09598ff2f3d6d1ae99fa353ec5b40.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 fb2f35f9..1947009f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -451,6 +451,7 @@ enum tty_code_code {
TTYC_MS,
TTYC_OL,
TTYC_OP,
+ TTYC_RECT,
TTYC_REV,
TTYC_RGB,
TTYC_RI,