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

Diff for /src/usr.bin/tmux/cmd-split-window.c between version 1.52 and 1.53

version 1.52, 2014/10/20 22:29:25 version 1.53, 2014/10/20 23:35:28
Line 31 
Line 31 
  * Split a window (add a new pane).   * Split a window (add a new pane).
  */   */
   
   #define SPLIT_WINDOW_TEMPLATE "#{session_name}:#{window_index}.#{pane_index}"
   
 enum cmd_retval  cmd_split_window_exec(struct cmd *, struct cmd_q *);  enum cmd_retval  cmd_split_window_exec(struct cmd *, struct cmd_q *);
   
 const struct cmd_entry cmd_split_window_entry = {  const struct cmd_entry cmd_split_window_entry = {

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53