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

Diff for /src/usr.bin/tmux/alerts.c between version 1.25 and 1.26

version 1.25, 2017/08/23 09:14:21 version 1.26, 2017/08/23 09:16:39
Line 195 
Line 195 
                 wl->session->flags &= ~SESSION_ALERTED;                  wl->session->flags &= ~SESSION_ALERTED;
   
         TAILQ_FOREACH(wl, &w->winlinks, wentry) {          TAILQ_FOREACH(wl, &w->winlinks, wentry) {
                 if (wl->flags & WINLINK_BELL)                  /*
                         continue;                   * Bells are allowed even if there is an existing bell (so do
                    * not check WINLINK_BELL).
                    */
                 s = wl->session;                  s = wl->session;
                 if (s->curw != wl)                  if (s->curw != wl)
                         wl->flags |= WINLINK_BELL;                          wl->flags |= WINLINK_BELL;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26