[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.108 and 1.109

version 1.108, 2009/10/11 14:12:10 version 1.109, 2009/10/12 11:08:02
Line 1470 
Line 1470 
 .Ic status-interval  .Ic status-interval
 option: if the status line is redrawn in the meantime, the previous result is  option: if the status line is redrawn in the meantime, the previous result is
 used.  used.
   .Pp
 #[attributes] allows a comma-separated list of attributes to be specified,  #[attributes] allows a comma-separated list of attributes to be specified,
 these may be  these may be
 .Ql fg=colour  .Ql fg=colour
 to set the foreground colour,  to set the foreground colour,
 .Ql bg=colour  .Ql bg=colour
 to set the background colour, or one of the attributes described under the  to set the background colour, the name of one of the attributes (listed under the
 .Ic message-attr  .Ic message-attr
 option.  option) to turn an attribute on, or an attribute prefixed with
   .Ql no
   to turn one off, for example
   .Ic nobright .
 Examples are:  Examples are:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 #(sysctl vm.loadavg)  #(sysctl vm.loadavg)
 #[fg=yellow,bold]#(apm -l)%%#[default] [#S]  #[fg=yellow,bold]#(apm -l)%%#[default] [#S]
 .Ed  .Ed
 .Pp  .Pp
 Where appropriate, these may be prefixed with a number to specify the maximum  Where appropriate, special character sequences may be prefixed with a number to
 length, for example  specify the maximum length, for example
 .Ql #24T .  .Ql #24T .
 .Pp  .Pp
 By default, UTF-8 in  By default, UTF-8 in

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109