[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.93 and 1.94

version 1.93, 2021/08/20 19:50:16 version 1.94, 2021/08/21 10:22:39
Line 38 
Line 38 
         .name = "new-window",          .name = "new-window",
         .alias = "neww",          .alias = "neww",
   
         .args = { "abc:de:F:kn:PSt:", 0, -1 },          .args = { "abc:de:F:kn:PSt:", 0, -1, NULL },
         .usage = "[-abdkPS] [-c start-directory] [-e environment] [-F format] "          .usage = "[-abdkPS] [-c start-directory] [-e environment] [-F format] "
                  "[-n window-name] " CMD_TARGET_WINDOW_USAGE " [command]",                   "[-n window-name] " CMD_TARGET_WINDOW_USAGE " [command]",
   

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94