[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.124 and 1.125

version 1.124, 2009/11/19 15:00:32 version 1.125, 2009/11/19 16:22:10
Line 1477 
Line 1477 
 .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 "#[attributes]" Ta "Colour or attribute change"
 .It Li "#H" Ta "Hostname of local host"  .It Li "#H" Ta "Hostname of local host"
   .It Li "#F" Ta "Current window flag"
 .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"
 .It Li "#S" Ta "Session name"  .It Li "#S" Ta "Session name"
Line 1785 
Line 1786 
 .It Ic window-status-fg Ar colour  .It Ic window-status-fg Ar colour
 Set status line foreground colour for a single window.  Set status line foreground colour for a single window.
 .Pp  .Pp
   .It Ic window-status-format Ar string
   Set the format in which the window is displayed in the status line window list.
   See the
   .Ar status-left
   option for details of special character sequences available.
   The default is
   .Ql #I:#W#F .
   .Pp
 .It Ic window-status-current-attr Ar attributes  .It Ic window-status-current-attr Ar attributes
 Set status line attributes for the currently active window.  Set status line attributes for the currently active window.
 .Pp  .Pp
Line 1794 
Line 1803 
 .It Ic window-status-current-fg Ar colour  .It Ic window-status-current-fg Ar colour
 Set status line foreground colour for the currently active window.  Set status line foreground colour for the currently active window.
 .Pp  .Pp
   .It Ic window-status-current-format Ar string
   Like
   .Ar window-status-format ,
   but is the format used when the window is the current window.
   .Pp
 .It Xo Ic xterm-keys  .It Xo Ic xterm-keys
 .Op Ic on | off  .Op Ic on | off
 .Xc  .Xc
Line 1900 
Line 1914 
 and  and
 .Ic status-right-length  .Ic status-right-length
 options below), and a central window list.  options below), and a central window list.
 The window list shows the index, name and (if any) flag of the windows  By default, the window list shows the index, name and (if any) flag of the
 present in the current session in ascending numerical order.  windows present in the current session in ascending numerical order.
   It may be customised with the
   .Ar window-status-format
   and
   .Ar window-status-current-format
   options.
 The flag is one of the following symbols appended to the window name:  The flag is one of the following symbols appended to the window name:
 .Bl -column "Symbol" "Meaning" -offset indent  .Bl -column "Symbol" "Meaning" -offset indent
 .It Sy "Symbol" Ta Sy "Meaning"  .It Sy "Symbol" Ta Sy "Meaning"

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125