[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.328 and 1.329

version 1.328, 2013/03/22 15:56:11 version 1.329, 2013/03/22 16:03:35
Line 2981 
Line 2981 
 The following variables are available, where appropriate:  The following variables are available, where appropriate:
 .Bl -column "session_created_string" "Replaced with" -offset indent  .Bl -column "session_created_string" "Replaced with" -offset indent
 .It Sy "Variable name" Ta Sy "Replaced with"  .It Sy "Variable name" Ta Sy "Replaced with"
   .It Li "alternate_on" Ta "If pane is in alternate screen"
   .It Li "alternate_saved_x" Ta "Saved cursor X in alternate screen"
   .It Li "alternate_saved_y" Ta "Saved cursor Y in alternate screen"
 .It Li "buffer_sample" Ta "First 50 characters from the specified buffer"  .It Li "buffer_sample" Ta "First 50 characters from the specified buffer"
 .It Li "buffer_size" Ta "Size of the specified buffer in bytes"  .It Li "buffer_size" Ta "Size of the specified buffer in bytes"
 .It Li "client_activity" Ta "Integer time client last had activity"  .It Li "client_activity" Ta "Integer time client last had activity"
Line 2997 
Line 3000 
 .It Li "client_tty" Ta "Pseudo terminal of client"  .It Li "client_tty" Ta "Pseudo terminal of client"
 .It Li "client_utf8" Ta "1 if client supports utf8"  .It Li "client_utf8" Ta "1 if client supports utf8"
 .It Li "client_width" Ta "Width of client"  .It Li "client_width" Ta "Width of client"
 .It Li "host" Ta "Hostname of local host"  .It Li "cursor_flag" Ta "Pane cursor flag"
   .It Li "cursor_x" Ta "Cursor X position in pane"
   .It Li "cursor_y" Ta "Cursor Y position in pane"
 .It Li "history_bytes" Ta "Number of bytes in window history"  .It Li "history_bytes" Ta "Number of bytes in window history"
 .It Li "history_limit" Ta "Maximum window history lines"  .It Li "history_limit" Ta "Maximum window history lines"
 .It Li "history_size" Ta "Size of history in bytes"  .It Li "history_size" Ta "Size of history in bytes"
   .It Li "host" Ta "Hostname of local host"
   .It Li "insert_flag" Ta "Pane insert flag"
   .It Li "keypad_cursor_flag" Ta "Pane keypad cursor flag"
   .It Li "keypad_flag" Ta "Pane keypad flag"
 .It Li "line" Ta "Line number in the list"  .It Li "line" Ta "Line number in the list"
   .It Li "mouse_any_flag" Ta "Pane mouse any flag"
   .It Li "mouse_button_flag" Ta "Pane mouse button flag"
   .It Li "mouse_standard_flag" Ta "Pane mouse standard flag"
   .It Li "mouse_utf8_flag" Ta "Pane mouse UTF-8 flag"
 .It Li "pane_active" Ta "1 if active pane"  .It Li "pane_active" Ta "1 if active pane"
 .It Li "pane_current_path" Ta "Current path if available"  .It Li "pane_current_path" Ta "Current path if available"
 .It Li "pane_dead" Ta "1 if pane is dead"  .It Li "pane_dead" Ta "1 if pane is dead"
 .It Li "pane_height" Ta "Height of pane"  .It Li "pane_height" Ta "Height of pane"
 .It Li "pane_id" Ta "Unique pane ID"  .It Li "pane_id" Ta "Unique pane ID"
   .It Li "pane_in_mode" Ta "If pane is in a mode"
 .It Li "pane_index" Ta "Index of pane"  .It Li "pane_index" Ta "Index of pane"
 .It Li "pane_pid" Ta "PID of first process in pane"  .It Li "pane_pid" Ta "PID of first process in pane"
 .It Li "pane_start_command" Ta "Command pane started with"  .It Li "pane_start_command" Ta "Command pane started with"
Line 3014 
Line 3028 
 .It Li "pane_title" Ta "Title of pane"  .It Li "pane_title" Ta "Title of pane"
 .It Li "pane_tty" Ta "Pseudo terminal of pane"  .It Li "pane_tty" Ta "Pseudo terminal of pane"
 .It Li "pane_width" Ta "Width of pane"  .It Li "pane_width" Ta "Width of pane"
   .It Li "saved_cursor_x" Ta "Saved cursor X in pane"
   .It Li "saved_cursor_y" Ta "Saved cursor Y in pane"
   .It Li "scroll_region_lower" Ta "Bottom of scroll region in pane"
   .It Li "scroll_region_upper" Ta "Top of scroll region in pane"
 .It Li "session_attached" Ta "1 if session attached"  .It Li "session_attached" Ta "1 if session attached"
 .It Li "session_created" Ta "Integer time session created"  .It Li "session_created" Ta "Integer time session created"
 .It Li "session_created_string" Ta "String time session created"  .It Li "session_created_string" Ta "String time session created"
Line 3033 
Line 3051 
 .It Li "window_name" Ta "Name of window"  .It Li "window_name" Ta "Name of window"
 .It Li "window_panes" Ta "Number of panes in window"  .It Li "window_panes" Ta "Number of panes in window"
 .It Li "window_width" Ta "Width of window"  .It Li "window_width" Ta "Width of window"
   .It Li "wrap_flag" Ta "Pane wrap flag"
 .El  .El
 .Sh NAMES AND TITLES  .Sh NAMES AND TITLES
 .Nm  .Nm

Legend:
Removed from v.1.328  
changed lines
  Added in v.1.329