From dcad13155b319e1ca2fafd3f0644e8efb15ac764 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 20 Jan 2012 19:15:40 +0000 Subject: Add an option to disable the window rename escape sequence, from Romain Francoise. --- tmux.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d04d789c..fcc19baa 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit