[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.387 and 1.388

version 1.387, 2014/04/16 21:02:41 version 1.388, 2014/04/17 07:36:45
Line 2644 
Line 2644 
 Also see the  Also see the
 .Ic bell-action  .Ic bell-action
 option.  option.
 .It Xo Ic visual-content  
 .Op Ic on | off  
 .Xc  
 Like  
 .Ic visual-activity ,  
 display a message when content is present in a window  
 for which the  
 .Ic monitor-content  
 window option is enabled.  
 .It Xo Ic visual-silence  .It Xo Ic visual-silence
 .Op Ic on | off  .Op Ic on | off
 .Xc  .Xc
Line 2834 
Line 2825 
 Monitor for activity in the window.  Monitor for activity in the window.
 Windows with activity are highlighted in the status line.  Windows with activity are highlighted in the status line.
 .Pp  .Pp
 .It Ic monitor-content Ar match-string  
 Monitor content in the window.  
 When  
 .Xr fnmatch 3  
 pattern  
 .Ar match-string  
 appears in the window, it is highlighted in the status line.  
 .Pp  
 .It Xo Ic monitor-silence  .It Xo Ic monitor-silence
 .Op Ic interval  .Op Ic interval
 .Xc  .Xc
Line 2914 
Line 2897 
 .Ic message-command-style  .Ic message-command-style
 option.  option.
 .Pp  .Pp
 .It Ic window-status-content-style Ar style  
 Set status line style for windows with a content alert.  
 For how to specify  
 .Ar style ,  
 see the  
 .Ic message-command-style  
 option.  
 .Pp  
 .It Ic window-status-current-format Ar string  .It Ic window-status-current-format Ar string
 Like  Like
 .Ar window-status-format ,  .Ar window-status-format ,
Line 3124 
Line 3099 
 .It Li "window_active" Ta "" Ta "1 if window active"  .It Li "window_active" Ta "" Ta "1 if window active"
 .It Li "window_activity_flag" Ta "" Ta "1 if window has activity alert"  .It Li "window_activity_flag" Ta "" Ta "1 if window has activity alert"
 .It Li "window_bell_flag" Ta "" Ta "1 if window has bell"  .It Li "window_bell_flag" Ta "" Ta "1 if window has bell"
 .It Li "window_content_flag" Ta "" Ta "1 if window has content alert"  
 .It Li "window_find_matches" Ta "" Ta "Matched data from the find-window"  .It Li "window_find_matches" Ta "" Ta "Matched data from the find-window"
 .It Li "window_flags" Ta "#F" Ta "Window flags"  .It Li "window_flags" Ta "#F" Ta "Window flags"
 .It Li "window_height" Ta "" Ta "Height of window"  .It Li "window_height" Ta "" Ta "Height of window"
Line 3286 
Line 3260 
 .It Li "-" Ta "Marks the last window (previously selected)."  .It Li "-" Ta "Marks the last window (previously selected)."
 .It Li "#" Ta "Window is monitored and activity has been detected."  .It Li "#" Ta "Window is monitored and activity has been detected."
 .It Li "!" Ta "A bell has occurred in the window."  .It Li "!" Ta "A bell has occurred in the window."
 .It Li "+" Ta "Window is monitored for content and it has appeared."  
 .It Li "~" Ta "The window has been silent for the monitor-silence interval."  .It Li "~" Ta "The window has been silent for the monitor-silence interval."
 .It Li "Z" Ta "The window's active pane is zoomed."  .It Li "Z" Ta "The window's active pane is zoomed."
 .El  .El
 .Pp  .Pp
 The # symbol relates to the  The # symbol relates to the
 .Ic monitor-activity  .Ic monitor-activity
 and + to the  window option.
 .Ic monitor-content  
 window options.  
 The window name is printed in inverted colours if an alert (bell, activity or  The window name is printed in inverted colours if an alert (bell, activity or
 content) is present.  silence) is present.
 .Pp  .Pp
 The colour and attributes of the status line may be configured, the entire  The colour and attributes of the status line may be configured, the entire
 status line using the  status line using the

Legend:
Removed from v.1.387  
changed lines
  Added in v.1.388