diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-01-20 19:15:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-01-20 19:15:41 +0000 |
commit | 85bd35bfe848b92638b0b75e22c83b771860200a (patch) | |
tree | 9a06c0ac034c09d9eb8b39a85dd6f536d231a9bd /usr.bin/tmux/tmux.1 | |
parent | 52ec8ec91f79b331e1f548cae29f8cf165bc3753 (diff) |
Add an option to disable the window rename escape sequence, from Romain
Francoise.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 24b837af5c1..99cd3e0ee8a 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.261 2011/12/31 03:40:15 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.262 2012/01/20 19:15:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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: December 31 2011 $ +.Dd $Mdocdate: January 20 2012 $ .Dt TMUX 1 .Os .Sh NAME @@ -2342,6 +2342,13 @@ this option is good for full-screen programs which support .Dv SIGWINCH and poor for interactive programs such as shells. .Pp +.It Xo Ic allow-rename +.Op Ic on | off +.Xc +Allow programs to change the window name using a terminal escape +sequence (\\033k...\\033\\\\). +The default is on. +.Pp .It Xo Ic alternate-screen .Op Ic on | off .Xc |