[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.33 and 1.34

version 1.33, 2013/10/10 12:00:21 version 1.34, 2013/10/10 12:07:36
Line 102 
Line 102 
                 cmd = options_get_string(&s->options, "default-command");                  cmd = options_get_string(&s->options, "default-command");
         else          else
                 cmd = args->argv[0];                  cmd = args->argv[0];
         cwd = cmd_get_default_path(cmdq, args_get(args, 'c'));          cwd = cmdq_default_path(cmdq, args_get(args, 'c'));
   
         if (idx == -1)          if (idx == -1)
                 idx = -1 - options_get_number(&s->options, "base-index");                  idx = -1 - options_get_number(&s->options, "base-index");

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34