[BACK]Return to cmd-new-window.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-new-window.c between version 1.42 and 1.43

version 1.42, 2014/10/20 22:29:25 version 1.43, 2014/10/20 23:35:28
Line 30 
Line 30 
  * Create a new window.   * Create a new window.
  */   */
   
   #define NEW_WINDOW_TEMPLATE "#{session_name}:#{window_index}.#{pane_index}"
   
 enum cmd_retval cmd_new_window_exec(struct cmd *, struct cmd_q *);  enum cmd_retval cmd_new_window_exec(struct cmd *, struct cmd_q *);
   
 const struct cmd_entry cmd_new_window_entry = {  const struct cmd_entry cmd_new_window_entry = {

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43