diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-20 21:18:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-20 21:18:39 +0000 |
commit | d9eb34b28dd9b446118911df5d161b817632093b (patch) | |
tree | 01dcbef85da78fa3726cf62b9255be291e254960 /tmux.1 | |
parent | b79189958fcf5b34e0f9c4316a9ff6110ac0a296 (diff) | |
download | rtmux-d9eb34b28dd9b446118911df5d161b817632093b.tar.gz rtmux-d9eb34b28dd9b446118911df5d161b817632093b.tar.bz2 rtmux-d9eb34b28dd9b446118911df5d161b817632093b.zip |
Sync OpenBSD patchset 999:
Add an option to disable the window rename escape sequence, from Romain
Francoise.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2346,6 +2346,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 |