[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.6 and 1.7

version 1.6, 2009/11/13 19:53:29 version 1.7, 2010/05/25 20:05:25
Line 82 
Line 82 
         int                              retcode;          int                              retcode;
         u_int                            lines;          u_int                            lines;
   
           if (ctx->cmdclient != NULL && ctx->cmdclient->flags & CLIENT_DEAD)
                   return;
           if (ctx->curclient != NULL && ctx->curclient->flags & CLIENT_DEAD)
                   return;
   
         lines = 0;          lines = 0;
         do {          do {
                 if ((line = evbuffer_readline(job->event->input)) != NULL) {                  if ((line = evbuffer_readline(job->event->input)) != NULL) {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7