=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.261 retrieving revision 1.262 diff -c -r1.261 -r1.262 *** src/usr.bin/tmux/tmux.1 2011/12/31 03:40:15 1.261 --- src/usr.bin/tmux/tmux.1 2012/01/20 19:15:40 1.262 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.261 2011/12/31 03:40:15 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.262 2012/01/20 19:15:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: January 20 2012 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2341,2346 **** --- 2341,2353 ---- 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