diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-01-07 15:40:24 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-01-07 15:40:24 +0000 |
commit | 8d3ecfaf6d7dc3f7739e948523e6ed913322e812 (patch) | |
tree | 88ada1a1d1eb63710bfbaa11adca3ec959a67e38 | |
parent | 73518b1640ec808c1cb586ebc1a3be51a0856fd5 (diff) |
Add note about ccc and initc so people who want it can see it is
possible.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index f78ef2a1f45..173a2700940 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.517 2017/01/06 11:57:03 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.518 2017/01/07 15:40:23 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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 6 2017 $ +.Dd $Mdocdate: January 7 2017 $ .Dt TMUX 1 .Os .Sh NAME @@ -4113,6 +4113,16 @@ is not set, \&Ss with argument 0 will be used to reset the cursor style instead. Indicate that the terminal supports the .Ql direct colour RGB escape sequence (for example, \ee[38;2;255;255;255m). +.Pp +If supported, this is used for the OSC initialize colour escape sequence (which +may be enabled by adding the +.Ql initc +and +.Ql ccc +capabilities to the +.Nm +.Xr terminfo 5 +entry). .It Em \&Ms Store the current buffer in the host terminal's selection (clipboard). See the |