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

Diff for /src/usr.bin/tmux/server-fn.c between version 1.106 and 1.107

version 1.106, 2017/03/09 17:06:35 version 1.107, 2017/04/17 06:40:32
Line 100 
Line 100 
                 if (c->session != NULL && c->session->curw->window == w)                  if (c->session != NULL && c->session->curw->window == w)
                         server_redraw_client(c);                          server_redraw_client(c);
         }          }
         w->flags |= WINDOW_REDRAW;  
 }  }
   
 void  void

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107