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

Diff for /src/usr.bin/tmux/server-client.c between version 1.102 and 1.103

version 1.102, 2013/06/23 12:51:28 version 1.103, 2013/06/23 13:10:46
Line 550 
Line 550 
         struct client   *c;          struct client   *c;
         int              push;          int              push;
   
           /* Are focus events off? */
           if (!options_get_number(&global_options, "focus-events"))
                   return;
   
         /* Do we need to push the focus state? */          /* Do we need to push the focus state? */
         push = wp->flags & PANE_FOCUSPUSH;          push = wp->flags & PANE_FOCUSPUSH;
         wp->flags &= ~PANE_FOCUSPUSH;          wp->flags &= ~PANE_FOCUSPUSH;

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103