[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.197 and 1.198

version 1.197, 2010/12/27 19:57:31 version 1.198, 2010/12/30 23:16:18
Line 1594 
Line 1594 
 .Pp  .Pp
 Available server options are:  Available server options are:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Ic buffer-limit Ar number
   Set the number of buffers; as new buffers are added to the top of the stack,
   old ones are removed from the bottom if necessary to maintain this maximum
   length.
 .It Ic escape-time  .It Ic escape-time
 Set the time in milliseconds for which  Set the time in milliseconds for which
 .Nm  .Nm
Line 1626 
Line 1630 
 means all bells are ignored and  means all bells are ignored and
 .Ic current  .Ic current
 means only bell in windows other than the current window are ignored.  means only bell in windows other than the current window are ignored.
 .It Ic buffer-limit Ar number  
 Set the number of buffers kept for each session; as new buffers are added to  
 the top of the stack, old ones are removed from the bottom if necessary to  
 maintain this maximum length.  
 .It Ic default-command Ar shell-command  .It Ic default-command Ar shell-command
 Set the command used for new windows (if not specified when the window is  Set the command used for new windows (if not specified when the window is
 created) to  created) to
Line 2567 
Line 2567 
 .It Ic clear-history Op Fl t Ar target-pane  .It Ic clear-history Op Fl t Ar target-pane
 .D1 (alias: Ic clearhist )  .D1 (alias: Ic clearhist )
 Remove and free the history for the specified pane.  Remove and free the history for the specified pane.
 .It Xo Ic copy-buffer  .It Ic delete-buffer Op Fl b Ar buffer-index
 .Op Fl a Ar src-index  
 .Op Fl b Ar dst-index  
 .Op Fl s Ar src-session  
 .Op Fl t Ar dst-session  
 .Xc  
 .D1 (alias: Ic copyb )  
 Copy a session paste buffer to another session.  
 If no sessions are specified, the current one is used instead.  
 .It Xo Ic delete-buffer  
 .Op Fl b Ar buffer-index  
 .Op Fl t Ar target-session  
 .Xc  
 .D1 (alias: Ic deleteb )  .D1 (alias: Ic deleteb )
 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 Op Fl t Ar target-session  .It Ic list-buffers
 .D1 (alias: Ic lsb )  .D1 (alias: Ic lsb )
 List the buffers in the given session.  List the global buffers.
 .It Xo Ic load-buffer  .It Xo Ic load-buffer
 .Op Fl b Ar buffer-index  .Op Fl b Ar buffer-index
 .Op Fl t Ar target-session  
 .Ar path  .Ar path
 .Xc  .Xc
 .D1 (alias: Ic loadb )  .D1 (alias: Ic loadb )
Line 2618 
Line 2605 
 .It Xo Ic save-buffer  .It Xo Ic save-buffer
 .Op Fl a  .Op Fl a
 .Op Fl b Ar buffer-index  .Op Fl b Ar buffer-index
 .Op Fl t Ar target-session  
 .Ar path  .Ar path
 .Xc  .Xc
 .D1 (alias: Ic saveb )  .D1 (alias: Ic saveb )
Line 2629 
Line 2615 
 option appends to rather than overwriting the file.  option appends to rather than overwriting the file.
 .It Xo Ic set-buffer  .It Xo Ic set-buffer
 .Op Fl b Ar buffer-index  .Op Fl b Ar buffer-index
 .Op Fl t Ar target-session  
 .Ar data  .Ar data
 .Xc  .Xc
 .D1 (alias: Ic setb )  .D1 (alias: Ic setb )
Line 2637 
Line 2622 
 .Ar data .  .Ar data .
 .It Xo Ic show-buffer  .It Xo Ic show-buffer
 .Op Fl b Ar buffer-index  .Op Fl b Ar buffer-index
 .Op Fl t Ar target-session  
 .Xc  .Xc
 .D1 (alias: Ic showb )  .D1 (alias: Ic showb )
 Display the contents of the specified buffer.  Display the contents of the specified buffer.

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198