diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-01-29 12:01:16 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-01-29 12:01:16 +0000 |
commit | 8cf1504ba67307ee885c19c12d63a6a22016a582 (patch) | |
tree | 168042ba3854675033e003e06452cc58869c8eb1 /tmux.1 | |
parent | 1d6bd50343f4395879169868e47bb59f5b2f3811 (diff) | |
parent | 427b8204268af5548d09b830e101c59daa095df9 (diff) | |
download | rtmux-8cf1504ba67307ee885c19c12d63a6a22016a582.tar.gz rtmux-8cf1504ba67307ee885c19c12d63a6a22016a582.tar.bz2 rtmux-8cf1504ba67307ee885c19c12d63a6a22016a582.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -2925,7 +2925,7 @@ and poor for interactive programs such as shells. .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 @@ -4029,7 +4029,7 @@ This command only works from outside .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 @@ -4053,10 +4053,12 @@ $ printf '\e033[4 q' 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 |