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:
nicm
2021-06-10 07:28:45 +00:00
parent 9f38a8807c
commit 0c5cbbbf5c
4 changed files with 80 additions and 36 deletions

1
tmux.h
View File

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