[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.293 and 1.294

version 1.293, 2012/05/17 21:21:31 version 1.294, 2012/05/22 11:35:37
Line 1033 
Line 1033 
 The default is to capture only the visible contents of the pane.  The default is to capture only the visible contents of the pane.
 .It Xo  .It Xo
 .Ic choose-client  .Ic choose-client
   .Op Fl F Ar format
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Op Ar template  .Op Ar template
 .Xc  .Xc
Line 1048 
Line 1049 
 If  If
 .Ar template  .Ar template
 is not given, "detach-client -t '%%'" is used.  is not given, "detach-client -t '%%'" is used.
   For the meaning of the
   .Fl F
   flag, see the
   .Sx FORMATS
   section.
 This command works only from inside  This command works only from inside
 .Nm .  .Nm .
 .It Xo  .It Xo
 .Ic choose-session  .Ic choose-session
   .Op Fl F Ar format
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Op Ar template  .Op Ar template
 .Xc  .Xc
Line 1065 
Line 1072 
 If  If
 .Ar template  .Ar template
 is not given, "switch-client -t '%%'" is used.  is not given, "switch-client -t '%%'" is used.
   For the meaning of the
   .Fl F
   flag, see the
   .Sx FORMATS
   section.
 This command works only from inside  This command works only from inside
 .Nm .  .Nm .
 .It Xo  .It Xo
 .Ic choose-window  .Ic choose-window
   .Op Fl F Ar format
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Op Ar template  .Op Ar template
 .Xc  .Xc
Line 1082 
Line 1095 
 If  If
 .Ar template  .Ar template
 is not given, "select-window -t '%%'" is used.  is not given, "select-window -t '%%'" is used.
   For the meaning of the
   .Fl F
   flag, see the
   .Sx FORMATS
   section.
 This command works only from inside  This command works only from inside
 .Nm .  .Nm .
 .It Ic display-panes Op Fl t Ar target-client  .It Ic display-panes Op Fl t Ar target-client
Line 1101 
Line 1119 
 keys.  keys.
 .It Xo Ic find-window  .It Xo Ic find-window
 .Op Fl CNT  .Op Fl CNT
   .Op Fl F Ar format
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Ar match-string  .Ar match-string
 .Xc  .Xc
Line 1121 
Line 1140 
 .Fl CNT .  .Fl CNT .
 If only one window is matched, it'll be automatically selected,  If only one window is matched, it'll be automatically selected,
 otherwise a choice list is shown.  otherwise a choice list is shown.
   For the meaning of the
   .Fl F
   flag, see the
   .Sx FORMATS
   section.
 This command only works from inside  This command only works from inside
 .Nm .  .Nm .
 .It Xo Ic join-pane  .It Xo Ic join-pane
Line 2761 
Line 2785 
 is used.  is used.
 .El  .El
 .Sh FORMATS  .Sh FORMATS
 The  Certain commands accept the
 .Ic list-clients ,  
 .Ic list-sessions ,  
 .Ic list-windows  
 and  
 .Ic list-panes  
 commands accept the  
 .Fl F  .Fl F
 flag with a  flag with a
 .Ar format  .Ar format
Line 2800 
Line 2818 
 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 "buffer_sample" Ta "First 50 characters from the specified buffer"
   .It Li "buffer_size" Ta "Size of the specified buffer in bytes"
 .It Li "client_activity" Ta "Integer time client last had activity"  .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_activity_string" Ta "String time client last had activity"
 .It Li "client_created" Ta "Integer time client created"  .It Li "client_created" Ta "Integer time client created"
Line 2834 
Line 2854 
 .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"
 .It Li "window_active" Ta "1 if window active"  .It Li "window_active" Ta "1 if window active"
   .It Li "window_find_matches" Ta "Matched data from the find-window command if available"
 .It Li "window_flags" Ta "Window flags"  .It Li "window_flags" Ta "Window flags"
 .It Li "window_height" Ta "Height of window"  .It Li "window_height" Ta "Height of window"
 .It Li "window_index" Ta "Index of window"  .It Li "window_index" Ta "Index of window"
 .It Li "window_layout" Ta "Window layout description"  .It Li "window_layout" Ta "Window layout description"
 .It Li "window_name" Ta "Name of window"  .It Li "window_name" Ta "Name of window"
   .It Li "window_panes" Ta "Number of panes in window"
 .It Li "window_width" Ta "Width of window"  .It Li "window_width" Ta "Width of window"
 .El  .El
 .Sh NAMES AND TITLES  .Sh NAMES AND TITLES
Line 3145 
Line 3167 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo  .It Xo
 .Ic choose-buffer  .Ic choose-buffer
   .Op Fl F Ar format
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Op Ar template  .Op Ar template
 .Xc  .Xc
Line 3158 
Line 3181 
 If  If
 .Ar template  .Ar template
 is not given, "paste-buffer -b '%%'" is used.  is not given, "paste-buffer -b '%%'" is used.
   For the meaning of the
   .Fl F
   flag, see the
   .Sx FORMATS
   section.
 This command works only from inside  This command works only from inside
 .Nm .  .Nm .
 .It Ic clear-history Op Fl t Ar target-pane  .It Ic clear-history Op Fl t Ar target-pane
Line 3168 
Line 3196 
 Delete the buffer at  Delete the buffer at
 .Ar buffer-index ,  .Ar buffer-index ,
 or the top buffer if not specified.  or the top buffer if not specified.
 .It Ic list-buffers  .It Xo Ic list-buffers
   .Op Fl F Ar format
   .Xc
 .D1 (alias: Ic lsb )  .D1 (alias: Ic lsb )
 List the global buffers.  List the global buffers.
   For the meaning of the
   .Fl F
   flag, see the
   .Sx FORMATS
   section.
 .It Xo Ic load-buffer  .It Xo Ic load-buffer
 .Op Fl b Ar buffer-index  .Op Fl b Ar buffer-index
 .Ar path  .Ar path

Legend:
Removed from v.1.293  
changed lines
  Added in v.1.294