Three changes to fix problems with xterm in VT340 mode, reported by
authornicm <nicm@openbsd.org>
Thu, 10 Jun 2021 07:28:45 +0000 (07:28 +0000)
committernicm <nicm@openbsd.org>
Thu, 10 Jun 2021 07:28:45 +0000 (07:28 +0000)
commitdd3a9cf82c26e82e7a50542345c91c7e40dcaf8a
treef4073c1eb143574fb9c1cbd8bc3357644c8db451
parent2077c06bc0883bb230a66745063163c9e2ed9c04
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").
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/tty-features.c
usr.bin/tmux/tty-term.c