[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.274 and 1.275

version 1.274, 2019/03/25 18:59:55 version 1.275, 2019/04/18 10:11:52
Line 1369 
Line 1369 
                 if (wp->base.mode & MODE_FOCUSON)                  if (wp->base.mode & MODE_FOCUSON)
                         bufferevent_write(wp->event, "\033[I", 3);                          bufferevent_write(wp->event, "\033[I", 3);
                 notify_pane("pane-focus-in", wp);                  notify_pane("pane-focus-in", wp);
                   session_update_activity(c->session, NULL);
         }          }
         wp->flags |= PANE_FOCUSED;          wp->flags |= PANE_FOCUSED;
 }  }

Legend:
Removed from v.1.274  
changed lines
  Added in v.1.275