[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.109 and 1.110

version 1.109, 2021/08/21 10:28:05 version 1.110, 2021/08/27 17:25:55
Line 42 
Line 42 
   
         .args = { "bc:de:fF:hIl:p:Pt:vZ", 0, -1, NULL },          .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
                    "[shell-command]",
   
         .target = { 't', CMD_FIND_PANE, 0 },          .target = { 't', CMD_FIND_PANE, 0 },
   
Line 136 
Line 137 
         sc.wp0 = wp;          sc.wp0 = wp;
         sc.lc = lc;          sc.lc = lc;
   
         sc.name = NULL;          args_to_vector(args, &sc.argc, &sc.argv);
         args_vector(args, &sc.argc, &sc.argv);  
         sc.environ = environ_create();          sc.environ = environ_create();
   
         av = args_first_value(args, 'e');          av = args_first_value(args, 'e');

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110