[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.100 and 1.101

version 1.100, 2009/10/10 09:46:11 version 1.101, 2009/10/10 10:02:48
Line 409 
Line 409 
 .Op Fl d  .Op Fl d
 .Op Fl n Ar window-name  .Op Fl n Ar window-name
 .Op Fl s Ar session-name  .Op Fl s Ar session-name
   .Op Fl t Ar target-session
 .Op Ar command  .Op Ar command
 .Xc  .Xc
 .D1 (alias: Ic new )  .D1 (alias: Ic new )
Line 425 
Line 426 
 If run from a terminal, any  If run from a terminal, any
 .Xr termios 4  .Xr termios 4
 special characters are saved and used for new windows in the new session.  special characters are saved and used for new windows in the new session.
   .Pp
   If
   .Fl t
   is given, the new session is
   .Em grouped
   with
   .Ar target-session .
   This means they share the same set of windows - all windows from
   .Ar target-session
   are linked to the new session and any subsequent new windows or windows being
   closed are applied to both sessions.
   The current and previous window and any session options remain independent and
   either session may be killed without affecting the other.
   Giving
   .Fl n
   or
   .Ar command
   are invalid if
   .Fl t
   is used.
 .It Ic refresh-client Op Fl t Ar target-client  .It Ic refresh-client Op Fl t Ar target-client
 .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

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101