[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.27 and 1.28

version 1.27, 2012/08/14 08:51:53 version 1.28, 2012/10/15 21:53:30
Line 26 
Line 26 
  * Create a new window.   * Create a new window.
  */   */
   
 int     cmd_new_window_exec(struct cmd *, struct cmd_ctx *);  enum cmd_retval cmd_new_window_exec(struct cmd *, struct cmd_ctx *);
   
 const struct cmd_entry cmd_new_window_entry = {  const struct cmd_entry cmd_new_window_entry = {
         "new-window", "neww",          "new-window", "neww",

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28