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

Diff for /src/usr.bin/tmux/cmd-respawn-pane.c between version 1.35 and 1.36

version 1.35, 2021/08/20 19:50:16 version 1.36, 2021/08/21 10:22:39
Line 34 
Line 34 
         .name = "respawn-pane",          .name = "respawn-pane",
         .alias = "respawnp",          .alias = "respawnp",
   
         .args = { "c:e:kt:", 0, -1 },          .args = { "c:e:kt:", 0, -1, NULL },
         .usage = "[-k] [-c start-directory] [-e environment] "          .usage = "[-k] [-c start-directory] [-e environment] "
                  CMD_TARGET_PANE_USAGE " [command]",                   CMD_TARGET_PANE_USAGE " [command]",
   

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36