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

Diff for /src/usr.bin/tmux/notify.c between version 1.11 and 1.12

version 1.11, 2016/10/15 00:09:30 version 1.12, 2016/10/15 00:12:58
Line 147 
Line 147 
                         control_notify_session_created(ne->session);                          control_notify_session_created(ne->session);
                         break;                          break;
                 case NOTIFY_SESSION_CLOSED:                  case NOTIFY_SESSION_CLOSED:
                         control_notify_session_close(ne->session);                          control_notify_session_closed(ne->session);
                         break;                          break;
                 }                  }
                 TAILQ_REMOVE(&notify_queue, ne, entry);                  TAILQ_REMOVE(&notify_queue, ne, entry);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12