diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-22 09:01:22 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-22 09:01:22 +0100 |
commit | 7a6446ac1788bb6676087001da83efc65cf5d096 (patch) | |
tree | 041c1c70289b69f8c7511b7d6ae529a1c9e99c34 /tmux.1 | |
parent | cd6af4a52ef074754e25d5658f04c78f8353114e (diff) | |
download | rtmux-7a6446ac1788bb6676087001da83efc65cf5d096.tar.gz rtmux-7a6446ac1788bb6676087001da83efc65cf5d096.tar.bz2 rtmux-7a6446ac1788bb6676087001da83efc65cf5d096.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.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6049,6 +6049,10 @@ Disable and enable focus reporting. These are set automatically if the .Em XT capability is present. +.It Em \&Rect +Tell +.Nm +that the terminal supports rectangle operations. .It Em \&Smol Enable the overline attribute. .It Em \&Smulx |