[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.107 and 1.108

version 1.107, 2021/08/20 19:50:17 version 1.108, 2021/08/21 10:22:39
Line 40 
Line 40 
         .name = "split-window",          .name = "split-window",
         .alias = "splitw",          .alias = "splitw",
   
         .args = { "bc:de:fF:hIl:p:Pt:vZ", 0, -1 },          .args = { "bc:de:fF:hIl:p:Pt:vZ", 0, -1, NULL },
         .usage = "[-bdefhIPvZ] [-c start-directory] [-e environment] "          .usage = "[-bdefhIPvZ] [-c start-directory] [-e environment] "
                  "[-F format] [-l size] " CMD_TARGET_PANE_USAGE " [command]",                   "[-F format] [-l size] " CMD_TARGET_PANE_USAGE " [command]",
   

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108