[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.82 and 1.83

version 1.82, 2009/09/02 17:34:57 version 1.83, 2009/09/07 10:49:32
Line 1316 
Line 1316 
 before being used.  before being used.
 By default, the session name is shown.  By default, the session name is shown.
 .Ar string  .Ar string
 may contain any of the following special character pairs:  may contain any of the following special character sequences:
 .Bl -column "Character pair" "Replaced with" -offset indent  .Bl -column "Character pair" "Replaced with" -offset indent
 .It Sy "Character pair" Ta Sy "Replaced with"  .It Sy "Character pair" Ta Sy "Replaced with"
 .It Li "#(command)" Ta "First line of command's output"  .It Li "#(command)" Ta "First line of command's output"
   .It Li "#[attributes]" Ta "Colour or attribute change"
 .It Li "#H" Ta "Hostname of local host"  .It Li "#H" Ta "Hostname of local host"
 .It Li "#I" Ta "Current window index"  .It Li "#I" Ta "Current window index"
 .It Li "#P" Ta "Current pane index"  .It Li "#P" Ta "Current pane index"
Line 1328 
Line 1329 
 .It Li "#W" Ta "Current window name"  .It Li "#W" Ta "Current window name"
 .It Li "##" Ta "A literal" Ql #  .It Li "##" Ta "A literal" Ql #
 .El  .El
   .Pp
   The #(command) form executes
   .Ql command
   as a shell command and inserts the first line of its output.
   #[attributes] allows a comma-separated list of attributes to be specified,
   these may be
   .Ql fg=colour
   to set the foreground colour,
   .Ql bg=colour
   to set the background colour, or one of the attributes described under the
   .Ic message-attr
   option.
   Examples are:
   .Bd -literal -offset indent
   #(sysctl vm.loadavg)
   #[fg=yellow,bold]#(apm -l)%%#[default] [#S]
   .Ed
 .Pp  .Pp
 Where appropriate, these may be prefixed with a number to specify the maximum  Where appropriate, these may be prefixed with a number to specify the maximum
 length, for example  length, for example

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83