aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-08-02 14:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2022-08-02 14:01:09 +0100
commit7b8ececd8d76131b29273d62174c70a08211acfc (patch)
tree8b5dd8c840e6baec075d55208b8b1182ea1c4ddf /tmux.1
parent9a2fdf8fd45fd156590ac3eabc7baad866fd06df (diff)
parent42ba6c1b229c92256274e848e9c5ff1d59d9081b (diff)
downloadrtmux-7b8ececd8d76131b29273d62174c70a08211acfc.tar.gz
rtmux-7b8ececd8d76131b29273d62174c70a08211acfc.tar.bz2
rtmux-7b8ececd8d76131b29273d62174c70a08211acfc.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 7 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 3ad3e91c..81e7c490 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4464,11 +4464,17 @@ Available pane options are:
.Pp
.Bl -tag -width Ds -compact
.It Xo Ic allow-passthrough
-.Op Ic on | off
+.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