[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.28 and 1.29

version 1.28, 2012/10/15 21:53:30 version 1.29, 2012/12/09 23:17:35
Line 32 
Line 32 
         "new-window", "neww",          "new-window", "neww",
         "ac:dF:kn:Pt:", 0, 1,          "ac:dF:kn:Pt:", 0, 1,
         "[-adkP] [-c start-directory] [-F format] [-n window-name] "          "[-adkP] [-c start-directory] [-F format] [-n window-name] "
         "[-t target-window] [command]",          CMD_TARGET_WINDOW_USAGE " [command]",
         0,          0,
         NULL,          NULL,
         NULL,          NULL,

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