aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2022-08-02 11:09:26 +0000
committernicm <nicm>2022-08-02 11:09:26 +0000
commit42ba6c1b229c92256274e848e9c5ff1d59d9081b (patch)
tree2fc80315e93cdcfcf5e1e488b20a6073d5597331 /tmux.1
parent33c59100aeb49894550b97cce268f46032f4c8d6 (diff)
downloadrtmux-42ba6c1b229c92256274e848e9c5ff1d59d9081b.tar.gz
rtmux-42ba6c1b229c92256274e848e9c5ff1d59d9081b.tar.bz2
rtmux-42ba6c1b229c92256274e848e9c5ff1d59d9081b.zip
Add a third state "all" to allow-passthrough to work even in invisible
panes, from Sergei Grechanik in GitHub issue 3274.
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 a1298fe0..fa7fcbfb 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4461,11 +4461,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