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

Diff for /src/usr.bin/tmux/server.c between version 1.176 and 1.177

version 1.176, 2017/07/14 18:49:07 version 1.177, 2017/10/12 11:32:27
Line 424 
Line 424 
                 TAILQ_FOREACH(wp, &w->panes, entry) {                  TAILQ_FOREACH(wp, &w->panes, entry) {
                         if (wp->pid == pid) {                          if (wp->pid == pid) {
                                 wp->status = status;                                  wp->status = status;
                                   wp->flags |= PANE_STATUSREADY;
   
                                 log_debug("%%%u exited", wp->id);                                  log_debug("%%%u exited", wp->id);
                                 wp->flags |= PANE_EXITED;                                  wp->flags |= PANE_EXITED;

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177