[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.690 and 1.691

version 1.690, 2019/10/15 08:25:37 version 1.691, 2019/10/19 19:20:14
Line 4214 
Line 4214 
 .It Li "command_list_alias" Ta "" Ta "Command alias if listing commands"  .It Li "command_list_alias" Ta "" Ta "Command alias if listing commands"
 .It Li "command_list_name" Ta "" Ta "Command name if listing commands"  .It Li "command_list_name" Ta "" Ta "Command name if listing commands"
 .It Li "command_list_usage" Ta "" Ta "Command usage if listing commands"  .It Li "command_list_usage" Ta "" Ta "Command usage if listing commands"
   .It Li "copy_cursor_x" Ta "" Ta "Cursor X position in copy mode"
   .It Li "copy_cursor_y" Ta "" Ta "Cursor Y position in copy mode"
 .It Li "cursor_character" Ta "" Ta "Character at cursor in pane"  .It Li "cursor_character" Ta "" Ta "Character at cursor in pane"
 .It Li "cursor_flag" Ta "" Ta "Pane cursor flag"  .It Li "cursor_flag" Ta "" Ta "Pane cursor flag"
 .It Li "cursor_x" Ta "" Ta "Cursor X position in pane"  .It Li "cursor_x" Ta "" Ta "Cursor X position in pane"
Line 4279 
Line 4281 
 .It Li "scroll_position" Ta "" Ta "Scroll position in copy mode"  .It Li "scroll_position" Ta "" Ta "Scroll position in copy mode"
 .It Li "scroll_region_lower" Ta "" Ta "Bottom of scroll region in pane"  .It Li "scroll_region_lower" Ta "" Ta "Bottom of scroll region in pane"
 .It Li "scroll_region_upper" Ta "" Ta "Top of scroll region in pane"  .It Li "scroll_region_upper" Ta "" Ta "Top of scroll region in pane"
   .It Li "selection_end_x" Ta "" Ta "X position of the end of the selection"
   .It Li "selection_end_y" Ta "" Ta "Y position of the end of the selection"
 .It Li "selection_present" Ta "" Ta "1 if selection started in copy mode"  .It Li "selection_present" Ta "" Ta "1 if selection started in copy mode"
   .It Li "selection_start_x" Ta "" Ta "X position of the start of the selection"
   .It Li "selection_start_y" Ta "" Ta "Y position of the start of the selection"
 .It Li "session_activity" Ta "" Ta "Time of session last activity"  .It Li "session_activity" Ta "" Ta "Time of session last activity"
 .It Li "session_alerts" Ta "" Ta "List of window indexes with alerts"  .It Li "session_alerts" Ta "" Ta "List of window indexes with alerts"
 .It Li "session_attached" Ta "" Ta "Number of clients session is attached to"  .It Li "session_attached" Ta "" Ta "Number of clients session is attached to"

Legend:
Removed from v.1.690  
changed lines
  Added in v.1.691