sync with OpenBSD -current
This commit is contained in:
parent
fe31ca4724
commit
2d743fc5aa
189 changed files with 3737 additions and 1337 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: tmux.1,v 1.940 2024/03/21 11:53:11 nicm Exp $
|
||||
.\" $OpenBSD: tmux.1,v 1.941 2024/04/10 07:36:25 nicm Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
|
||||
.\"
|
||||
|
@ -14,7 +14,7 @@
|
|||
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: March 21 2024 $
|
||||
.Dd $Mdocdate: April 10 2024 $
|
||||
.Dt TMUX 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -4750,6 +4750,12 @@ they will be allowed even if the pane is invisible.
|
|||
Allow programs in the pane to change the window name using a terminal escape
|
||||
sequence (\eek...\ee\e\e).
|
||||
.Pp
|
||||
.It Xo Ic allow-set-title
|
||||
.Op Ic on | off
|
||||
.Xc
|
||||
Allow programs in the pane to change the title using the terminal escape
|
||||
sequences (\ee]2;...\ee\e\e or \ee]0;...\ee\e\e).
|
||||
.Pp
|
||||
.It Xo Ic alternate-screen
|
||||
.Op Ic on | off
|
||||
.Xc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue