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

Diff for /src/usr.bin/tmux/cmd-run-shell.c between version 1.28 and 1.29

version 1.28, 2015/04/24 22:19:36 version 1.29, 2015/09/16 22:24:54
Line 131 
Line 131 
         int                              retcode;          int                              retcode;
         u_int                            lines;          u_int                            lines;
   
         if (cmdq->dead)          if (cmdq->flags & CMD_Q_DEAD)
                 return;                  return;
         cmd = cdata->cmd;          cmd = cdata->cmd;
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29