[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.675 and 1.676

version 1.675, 2019/07/02 20:09:19 version 1.676, 2019/07/09 14:03:12
Line 2622 
Line 2622 
 only  only
 .Ar key-table .  .Ar key-table .
 .It Xo Ic send-keys  .It Xo Ic send-keys
 .Op Fl lMRX  .Op Fl HlMRX
 .Op Fl N Ar repeat-count  .Op Fl N Ar repeat-count
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Ar key Ar ...  .Ar key Ar ...
Line 2637 
Line 2637 
 .Ql NPage )  .Ql NPage )
 to send; if the string is not recognised as a key, it is sent as a series of  to send; if the string is not recognised as a key, it is sent as a series of
 characters.  characters.
   All arguments are sent sequentially from first to last.
   .Pp
 The  The
 .Fl l  .Fl l
 flag disables key name lookup and sends the keys literally.  flag disables key name lookup and processes the keys as literal UTF-8
 All arguments are sent sequentially from first to last.  characters.
 The  The
   .Fl H
   flag expects each key to be a hexadecimal number for an ASCII character.
   .Pp
   The
 .Fl R  .Fl R
 flag causes the terminal state to be reset.  flag causes the terminal state to be reset.
 .Pp  .Pp
Line 4180 
Line 4186 
 .It Li "mouse_all_flag" Ta "" Ta "Pane mouse all flag"  .It Li "mouse_all_flag" Ta "" Ta "Pane mouse all flag"
 .It Li "mouse_any_flag" Ta "" Ta "Pane mouse any flag"  .It Li "mouse_any_flag" Ta "" Ta "Pane mouse any flag"
 .It Li "mouse_button_flag" Ta "" Ta "Pane mouse button flag"  .It Li "mouse_button_flag" Ta "" Ta "Pane mouse button flag"
   .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_standard_flag" Ta "" Ta "Pane mouse standard flag"  .It Li "mouse_standard_flag" Ta "" Ta "Pane mouse standard 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_x" Ta "" Ta "Mouse X position, if any"  .It Li "mouse_x" Ta "" Ta "Mouse X position, if any"
 .It Li "mouse_y" Ta "" Ta "Mouse Y position, if any"  .It Li "mouse_y" Ta "" Ta "Mouse Y position, if any"
 .It Li "mouse_word" Ta "" Ta "Word under mouse, if any"  .It Li "origin_flag" Ta "" Ta "Pane origin flag"
 .It Li "mouse_line" Ta "" Ta "Line under mouse, if any"  
 .It Li "pane_active" Ta "" Ta "1 if active pane"  .It Li "pane_active" Ta "" Ta "1 if active pane"
 .It Li "pane_at_bottom" Ta "" Ta "1 if pane is at the bottom of window"  .It Li "pane_at_bottom" Ta "" Ta "1 if pane is at the bottom of window"
 .It Li "pane_at_left" Ta "" Ta "1 if pane is at the left of window"  .It Li "pane_at_left" Ta "" Ta "1 if pane is at the left of window"

Legend:
Removed from v.1.675  
changed lines
  Added in v.1.676