[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.20 and 1.21

version 1.20, 2009/07/09 15:47:49 version 1.21, 2009/07/10 05:43:01
Line 1090 
Line 1090 
 Set the default working directory for processes created from keys, or  Set the default working directory for processes created from keys, or
 interactively from the prompt.  interactively from the prompt.
 The default is the current working directory when the server is started.  The default is the current working directory when the server is started.
   .It Ic display-time Ar time
   Set the amount of time for which status line messages are displayed.
   .Ar time
   is in milliseconds.
 .It Ic history-limit Ar lines  .It Ic history-limit Ar lines
 Set the maximum number of lines held in window history.  Set the maximum number of lines held in window history.
 This setting applies only to new windows - existing window histories are not  This setting applies only to new windows - existing window histories are not
Line 1135 
Line 1139 
 Set status line message foreground colour.  Set status line message foreground colour.
 .It Ic prefix Ar key  .It Ic prefix Ar key
 Set the current prefix key.  Set the current prefix key.
 .It Ic repeat-time Ar number  .It Ic repeat-time Ar time
 Allow multiple commands to be entered without pressing the prefix-key again  Allow multiple commands to be entered without pressing the prefix-key again
 in the specified  in the specified
 .Ar number  .Ar time
 milliseconds (the default is 500).  milliseconds (the default is 500).
 Whether a key repeats may be set when it is bound using the  Whether a key repeats may be set when it is bound using the
 .Fl r  .Fl r

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21