[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.555 and 1.556

version 1.555, 2017/05/30 21:44:59 version 1.556, 2017/06/03 17:43:01
Line 2398 
Line 2398 
 each client.  each client.
 The default is 100.  The default is 100.
 .It Xo Ic set-clipboard  .It Xo Ic set-clipboard
 .Op Ic on | off  .Op Ic on | external | off
 .Xc  .Xc
 Attempt to set the terminal clipboard content using the  Attempt to set the terminal clipboard content using the
 \ee]52;...\e007  \ee]52;...\e007
 .Xr xterm 1  .Xr xterm 1
 escape sequences.  escape sequences, if there is an
 This option is on by default if there is an  
 .Em \&Ms  .Em \&Ms
 entry in the  entry in the
 .Xr terminfo 5  .Xr terminfo 5
 description for the client terminal.  description.
   If set to
   .Ic on ,
   .Nm
   will both accept the escape sequence to create a buffer and attempt to set
   the terminal clipboard.
   If set to
   .Ic external ,
   .Nm
   will attempt to set the terminal clipboard but ignore attempts
   by applications to set
   .Nm
   buffers.
   If
   .Ic off ,
   .Nm
   will neither accept the clipboard escape sequence nor attempt to set the
   clipboard.
   .Pp
 Note that this feature needs to be enabled in  Note that this feature needs to be enabled in
 .Xr xterm 1  .Xr xterm 1
 by setting the resource:  by setting the resource:

Legend:
Removed from v.1.555  
changed lines
  Added in v.1.556