=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.896 retrieving revision 1.897 diff -c -r1.896 -r1.897 *** src/usr.bin/tmux/tmux.1 2022/08/02 08:57:01 1.896 --- src/usr.bin/tmux/tmux.1 2022/08/02 11:09:26 1.897 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.896 2022/08/02 08:57:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.897 2022/08/02 11:09:26 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 4461,4471 **** .Pp .Bl -tag -width Ds -compact .It Xo Ic allow-passthrough ! .Op Ic on | off .Xc Allow programs in the pane to bypass .Nm using a terminal escape sequence (\eePtmux;...\ee\e\e). .Pp .It Xo Ic allow-rename .Op Ic on | off --- 4461,4477 ---- .Pp .Bl -tag -width Ds -compact .It Xo Ic allow-passthrough ! .Op Ic on | off | all .Xc Allow programs in the pane to bypass .Nm using a terminal escape sequence (\eePtmux;...\ee\e\e). + If set to + .Ic on , + passthrough sequences will be allowed only if the pane is visible. + If set to + .Ic all , + they will be allowed even if the pane is invisible. .Pp .It Xo Ic allow-rename .Op Ic on | off