[BACK]Return to spawn.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/spawn.c between version 1.25 and 1.26

version 1.25, 2021/02/19 09:09:16 version 1.26, 2021/03/02 10:56:45
Line 265 
Line 265 
         }          }
   
         /*          /*
          * Now we have a pane with nothing running in it ready for the new process.           * Now we have a pane with nothing running in it ready for the new
          * Work out the command and arguments and store the working directory.           * process. Work out the command and arguments and store the working
            * directory.
          */           */
         if (sc->argc == 0 && (~sc->flags & SPAWN_RESPAWN)) {          if (sc->argc == 0 && (~sc->flags & SPAWN_RESPAWN)) {
                 cmd = options_get_string(s->options, "default-command");                  cmd = options_get_string(s->options, "default-command");

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26