[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.343 and 1.344

version 1.343, 2013/03/25 10:09:35 version 1.344, 2013/03/25 10:11:45
Line 365 
Line 365 
 command.  command.
 .Pp  .Pp
 .Ar target-session  .Ar target-session
 is either the name of a session (as listed by the  is the session id prefixed with a $, the name of a session (as listed by the
 .Ic list-sessions  .Ic list-sessions
 command) or the name of a client with the same syntax as  command), or the name of a client with the same syntax as
 .Ar target-client ,  .Ar target-client ,
 in which case the session attached to the client is used.  in which case the session attached to the client is used.
 When looking for the session name,  When looking for the session name,
Line 3081 
Line 3081 
 .It Li "session_group" Ta "Number of session group"  .It Li "session_group" Ta "Number of session group"
 .It Li "session_grouped" Ta "1 if session in a group"  .It Li "session_grouped" Ta "1 if session in a group"
 .It Li "session_height" Ta "Height of session"  .It Li "session_height" Ta "Height of session"
   .It Li "session_id" Ta "Unique session ID"
 .It Li "session_name" Ta "Name of session"  .It Li "session_name" Ta "Name of session"
 .It Li "session_width" Ta "Width of session"  .It Li "session_width" Ta "Width of session"
 .It Li "session_windows" Ta "Number of windows in session"  .It Li "session_windows" Ta "Number of windows in session"

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.344