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

Diff for /src/usr.bin/tmux/session.c between version 1.75 and 1.76

version 1.75, 2017/04/28 19:13:55 version 1.76, 2017/05/04 07:16:43
Line 553 
Line 553 
         s->curw = wl;          s->curw = wl;
         winlink_clear_flags(wl);          winlink_clear_flags(wl);
         window_update_activity(wl->window);          window_update_activity(wl->window);
           notify_session("session-window-changed", s);
         return (0);          return (0);
 }  }
   

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76