[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.249 and 1.250

version 1.249, 2011/10/02 06:55:48 version 1.250, 2011/10/23 01:12:46
Line 606 
Line 606 
 .It Ic kill-session Op Fl t Ar target-session  .It Ic kill-session Op Fl t Ar target-session
 Destroy the given session, closing any windows linked to it and no other  Destroy the given session, closing any windows linked to it and no other
 sessions, and detaching all clients attached to it.  sessions, and detaching all clients attached to it.
 .It Ic list-clients Op Fl t Ar target-session  .It Xo Ic list-clients
   .Op Fl F Ar format
   .Op Fl t Ar target-session
   .Xc
 .D1 (alias: Ic lsc )  .D1 (alias: Ic lsc )
 List all clients attached to the server.  List all clients attached to the server.
   For the meaning of the
   .Fl F
   flag, see the
   .Sx FORMATS section.
 If  If
 .Ar target-session  .Ar target-session
 is specified, list only clients connected to that session.  is specified, list only clients connected to that session.
Line 2560 
Line 2567 
 .El  .El
 .Sh FORMATS  .Sh FORMATS
 The  The
   .Ic list-clients ,
 .Ic list-sessions ,  .Ic list-sessions ,
 .Ic list-windows  .Ic list-windows
 and  and
Line 2597 
Line 2605 
 The following variables are available, where appropriate:  The following variables are available, where appropriate:
 .Bl -column "session_created_string" "Replaced with" -offset indent  .Bl -column "session_created_string" "Replaced with" -offset indent
 .It Sy "Variable name" Ta Sy "Replaced with"  .It Sy "Variable name" Ta Sy "Replaced with"
   .It Li "client_activity" Ta "Integer time client last had activity"
   .It Li "client_activity_string" Ta "String time client last had activity"
   .It Li "client_created" Ta "Integer time client created"
   .It Li "client_created_string" Ta "String time client created"
   .It Li "client_cwd" Ta "Working directory of client"
   .It Li "client_height" Ta "Height of client"
   .It Li "client_readonly" Ta "1 if client is readonly"
   .It Li "client_termname" Ta "Terminal name of client"
   .It Li "client_tty" Ta "Pseudo terminal of client"
   .It Li "client_utf8" Ta "1 if client supports utf8"
   .It Li "client_width" Ta "Width of client"
 .It Li "host" Ta "Hostname of local host"  .It Li "host" Ta "Hostname of local host"
 .It Li "line" Ta "Line number in the list"  .It Li "line" Ta "Line number in the list"
 .It Li "pane_active" Ta "1 if active pane"  .It Li "pane_active" Ta "1 if active pane"

Legend:
Removed from v.1.249  
changed lines
  Added in v.1.250