[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.927 and 1.928

version 1.927, 2023/08/15 07:01:47 version 1.928, 2023/08/17 14:10:28
Line 5443 
Line 5443 
 .It Li "mouse_line" Ta "" Ta "Line under mouse, if any"  .It Li "mouse_line" Ta "" Ta "Line under mouse, if any"
 .It Li "mouse_sgr_flag" Ta "" Ta "Pane mouse SGR flag"  .It Li "mouse_sgr_flag" Ta "" Ta "Pane mouse SGR flag"
 .It Li "mouse_standard_flag" Ta "" Ta "Pane mouse standard flag"  .It Li "mouse_standard_flag" Ta "" Ta "Pane mouse standard flag"
   .It Li "mouse_status_line" Ta "" Ta "Status line on which mouse event took place"
   .It Li "mouse_status_range" Ta "" Ta "Range type or argument of mouse event on status line"
 .It Li "mouse_utf8_flag" Ta "" Ta "Pane mouse UTF-8 flag"  .It Li "mouse_utf8_flag" Ta "" Ta "Pane mouse UTF-8 flag"
 .It Li "mouse_word" Ta "" Ta "Word under mouse, if any"  .It Li "mouse_word" Ta "" Ta "Word under mouse, if any"
 .It Li "mouse_x" Ta "" Ta "Mouse X position, if any"  .It Li "mouse_x" Ta "" Ta "Mouse X position, if any"
Line 5681 
Line 5683 
 replaces the previous saved default).  replaces the previous saved default).
 .It Xo Ic range=left ,  .It Xo Ic range=left ,
 .Ic range=right ,  .Ic range=right ,
   .Ic range=session|X ,
 .Ic range=window|X ,  .Ic range=window|X ,
   .Ic range=pane|X ,
   .Ic range=user|X ,
 .Ic norange  .Ic norange
 .Xc  .Xc
 Mark a range in the  Mark a range for mouse events in the
 .Ic status-format  .Ic status-format
 option.  option.
   When a mouse event occurs in the
 .Ic range=left  .Ic range=left
 and  or
 .Ic range=right  .Ic range=right
 are the text used for the  range, the
 .Ql StatusLeft  .Ql StatusLeft
 and  and
 .Ql StatusRight  .Ql StatusRight
 mouse keys.  key bindings are triggered.
   .Pp
   .Ic range=session|X ,
 .Ic range=window|X  .Ic range=window|X
 is the range for a window passed to the  and
   .Ic range=pane|X
   are ranges for a session, window or pane.
   These trigger the
 .Ql Status  .Ql Status
 mouse key, where  mouse key with the target session, window or pane given by the
 .Ql X  .Ql X
 is a window index.  argument.
   .Ql X
   is a session ID, window index in the current session or a pane ID.
   For these, the
   .Ic mouse_status_range
   format variable will be set to
   .Ql session ,
   .Ql window
   or
   .Ql pane .
   .Pp
   .Ic range=user|X
   is a user-defined range; it triggers the
   .Ql Status
   mouse key.
   The argument
   .Ql X
   will be available in the
   .Ic mouse_status_range
   format variable.
   .Ql X
   must be at most 15 bytes in length.
 .El  .El
 .Pp  .Pp
 Examples are:  Examples are:

Legend:
Removed from v.1.927  
changed lines
  Added in v.1.928