=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.477 retrieving revision 1.478 diff -u -r1.477 -r1.478 --- src/usr.bin/tmux/tmux.1 2016/01/19 15:59:12 1.477 +++ src/usr.bin/tmux/tmux.1 2016/01/29 11:13:56 1.478 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.477 2016/01/19 15:59:12 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.478 2016/01/29 11:13:56 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: January 19 2016 $ +.Dd $Mdocdate: January 29 2016 $ .Dt TMUX 1 .Os .Sh NAME @@ -2921,7 +2921,7 @@ .Op Ic on | off .Xc Allow programs to change the window name using a terminal escape -sequence (\\033k...\\033\\\\). +sequence (\eek...\ee\e\e). The default is on. .Pp .It Xo Ic alternate-screen @@ -4024,7 +4024,7 @@ .El .Sh TERMINFO EXTENSIONS .Nm -understands some extensions to +understands some unofficial extensions to .Xr terminfo 5 : .Bl -tag -width Ds .It Em Cs , Cr @@ -4048,10 +4048,12 @@ If .Em Se is not set, \&Ss with argument 0 will be used to reset the cursor style instead. +.It Em \&Tc +Indicate that the terminal supports the +.Ql direct colour +RGB escape sequence (for example, \ee[38;2;255;255;255m). .It Em \&Ms -This sequence can be used by -.Nm -to store the current buffer in the host terminal's selection (clipboard). +Store the current buffer in the host terminal's selection (clipboard). See the .Em set-clipboard option above and the