diff options
author | nicm <nicm> | 2017-01-07 15:40:23 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-07 15:40:23 +0000 |
commit | c05002b0f2d86d7706efdc9636ee660642bdcecb (patch) | |
tree | f351b2d38f24fdb29c86151464242645676c33da /tmux.1 | |
parent | 314e933914de4096c40e623c793049d26484d53a (diff) | |
download | rtmux-c05002b0f2d86d7706efdc9636ee660642bdcecb.tar.gz rtmux-c05002b0f2d86d7706efdc9636ee660642bdcecb.tar.bz2 rtmux-c05002b0f2d86d7706efdc9636ee660642bdcecb.zip |
Add note about ccc and initc so people who want it can see it is
possible.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |