[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.405 and 1.406

version 1.405, 2013/03/25 11:43:01 version 1.406, 2013/03/25 11:44:00
Line 159 
Line 159 
   
 /* Default templates for break-pane, new-window and split-window. */  /* Default templates for break-pane, new-window and split-window. */
 #define BREAK_PANE_TEMPLATE "#{session_name}:#{window_index}.#{pane_index}"  #define BREAK_PANE_TEMPLATE "#{session_name}:#{window_index}.#{pane_index}"
   #define NEW_SESSION_TEMPLATE "#{session_name}:"
 #define NEW_WINDOW_TEMPLATE BREAK_PANE_TEMPLATE  #define NEW_WINDOW_TEMPLATE BREAK_PANE_TEMPLATE
 #define SPLIT_WINDOW_TEMPLATE BREAK_PANE_TEMPLATE  #define SPLIT_WINDOW_TEMPLATE BREAK_PANE_TEMPLATE
   

Legend:
Removed from v.1.405  
changed lines
  Added in v.1.406