[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.879 and 1.880

version 1.879, 2022/02/22 11:10:41 version 1.880, 2022/03/08 11:28:40
Line 5054 
Line 5054 
 .It Li "client_termname" Ta "" Ta "Terminal name of client"  .It Li "client_termname" Ta "" Ta "Terminal name of client"
 .It Li "client_termtype" Ta "" Ta "Terminal type of client, if available"  .It Li "client_termtype" Ta "" Ta "Terminal type of client, if available"
 .It Li "client_tty" Ta "" Ta "Pseudo terminal of client"  .It Li "client_tty" Ta "" Ta "Pseudo terminal of client"
   .It Li "client_uid" Ta "" Ta "UID of client process"
   .It Li "client_user" Ta "" Ta "User of client process"
 .It Li "client_utf8" Ta "" Ta "1 if client supports UTF-8"  .It Li "client_utf8" Ta "" Ta "1 if client supports UTF-8"
 .It Li "client_width" Ta "" Ta "Width of client"  .It Li "client_width" Ta "" Ta "Width of client"
 .It Li "client_written" Ta "" Ta "Bytes written to client"  .It Li "client_written" Ta "" Ta "Bytes written to client"
Line 5171 
Line 5173 
 .It Li "session_windows" Ta "" Ta "Number of windows in session"  .It Li "session_windows" Ta "" Ta "Number of windows in session"
 .It Li "socket_path" Ta "" Ta "Server socket path"  .It Li "socket_path" Ta "" Ta "Server socket path"
 .It Li "start_time" Ta "" Ta "Server start time"  .It Li "start_time" Ta "" Ta "Server start time"
   .It Li "uid" Ta "" Ta "Server UID"
   .It Li "user" Ta "" Ta "Server user"
 .It Li "version" Ta "" Ta "Server version"  .It Li "version" Ta "" Ta "Server version"
 .It Li "window_active" Ta "" Ta "1 if window active"  .It Li "window_active" Ta "" Ta "1 if window active"
 .It Li "window_active_clients" Ta "" Ta "Number of clients viewing this window"  .It Li "window_active_clients" Ta "" Ta "Number of clients viewing this window"
Line 5185 
Line 5189 
 .It Li "window_cell_width" Ta "" Ta "Width of each cell in pixels"  .It Li "window_cell_width" Ta "" Ta "Width of each cell in pixels"
 .It Li "window_end_flag" Ta "" Ta "1 if window has the highest index"  .It Li "window_end_flag" Ta "" Ta "1 if window has the highest index"
 .It Li "window_flags" Ta "#F" Ta "Window flags with # escaped as ##"  .It Li "window_flags" Ta "#F" Ta "Window flags with # escaped as ##"
 .It Li "window_raw_flags" Ta "" Ta "Window flags with nothing escaped"  
 .It Li "window_format" Ta "" Ta "1 if format is for a window"  .It Li "window_format" Ta "" Ta "1 if format is for a window"
 .It Li "window_height" Ta "" Ta "Height of window"  .It Li "window_height" Ta "" Ta "Height of window"
 .It Li "window_id" Ta "" Ta "Unique window ID"  .It Li "window_id" Ta "" Ta "Unique window ID"
Line 5200 
Line 5203 
 .It Li "window_offset_x" Ta "" Ta "X offset into window if larger than client"  .It Li "window_offset_x" Ta "" Ta "X offset into window if larger than client"
 .It Li "window_offset_y" Ta "" Ta "Y offset into window if larger than client"  .It Li "window_offset_y" Ta "" Ta "Y offset into window if larger than client"
 .It Li "window_panes" Ta "" Ta "Number of panes in window"  .It Li "window_panes" Ta "" Ta "Number of panes in window"
   .It Li "window_raw_flags" Ta "" Ta "Window flags with nothing escaped"
 .It Li "window_silence_flag" Ta "" Ta "1 if window has silence alert"  .It Li "window_silence_flag" Ta "" Ta "1 if window has silence alert"
 .It Li "window_stack_index" Ta "" Ta "Index in session most recent stack"  .It Li "window_stack_index" Ta "" Ta "Index in session most recent stack"
 .It Li "window_start_flag" Ta "" Ta "1 if window has the lowest index"  .It Li "window_start_flag" Ta "" Ta "1 if window has the lowest index"

Legend:
Removed from v.1.879  
changed lines
  Added in v.1.880