diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-06-10 07:28:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-06-10 07:28:46 +0000 |
commit | 13b89458fc892f1768b4b5556effc84dc511bd2c (patch) | |
tree | ce8b06c9079b504192d980fa417b20db7064525a /usr.bin/tmux/tmux.1 | |
parent | dfd1a17d6f795f1ede2e1b1fc62eeff4adbd1fe3 (diff) |
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 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index dda19bd2e4a..a89476f2b8a 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.836 2021/06/10 07:24:10 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.837 2021/06/10 07:28:45 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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 |