[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.612 and 1.613

version 1.612, 2018/10/18 08:04:14 version 1.613, 2018/10/18 13:03:45
Line 917 
Line 917 
 .Ic update-environment  .Ic update-environment
 option will not be applied.  option will not be applied.
 .It Xo Ic refresh-client  .It Xo Ic refresh-client
 .Op Fl lS  .Op Fl cDlLRSU
 .Op Fl C Ar width,height  .Op Fl C Ar width,height
 .Op Fl t Ar target-client  .Op Fl t Ar target-client
   .Op Ar adjustment
 .Xc  .Xc
 .D1 (alias: Ic refresh )  .D1 (alias: Ic refresh )
 Refresh the current client if bound to a key, or a single client if one is given  Refresh the current client if bound to a key, or a single client if one is given
Line 935 
Line 936 
 requests the clipboard from the client using the  requests the clipboard from the client using the
 .Xr xterm 1  .Xr xterm 1
 escape sequence and stores it in a new paste buffer.  escape sequence and stores it in a new paste buffer.
   .Pp
   .Fl L ,
   .Fl R ,
   .Fl U
   and
   .Fl D
   move the visible portion of the window left, right, up or down
   by
   .Ar adjustment ,
   if the window is larger than the client.
   .Fl c
   resets so that the position follows the cursor.
   See the
   .Ic window-size
   option.
 .It Xo Ic rename-session  .It Xo Ic rename-session
 .Op Fl t Ar target-session  .Op Fl t Ar target-session
 .Ar new-name  .Ar new-name

Legend:
Removed from v.1.612  
changed lines
  Added in v.1.613