diff options
author | nicm <nicm> | 2022-02-15 13:11:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:19:49 +0100 |
commit | eabbc80b75ef8e02653c2728d7f646fc6a8f558f (patch) | |
tree | a76e96db8d8802ab166c57affcced9411fbb81ea /tmux.1 | |
parent | 190b88fcabc413485584bffed6d8ed8b61db1b1f (diff) | |
download | rtmux-eabbc80b75ef8e02653c2728d7f646fc6a8f558f.tar.gz rtmux-eabbc80b75ef8e02653c2728d7f646fc6a8f558f.tar.bz2 rtmux-eabbc80b75ef8e02653c2728d7f646fc6a8f558f.zip |
Add an option (default off) to control the passthrough escape sequence.
Like set-clipboard and allow-rename it is safer to forbid this by
default.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4406,6 +4406,13 @@ The default is on. Available pane options are: .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 .Xc |