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").
This commit is contained in:
Nicholas Marriott
2021-04-22 09:01:22 +01:00
parent cd6af4a52e
commit 7a6446ac17
4 changed files with 80 additions and 36 deletions

1
tmux.h
View File

@@ -452,6 +452,7 @@ enum tty_code_code {
TTYC_MS,
TTYC_OL,
TTYC_OP,
TTYC_RECT,
TTYC_REV,
TTYC_RGB,
TTYC_RI,