[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.172 and 1.173

version 1.172, 2015/11/23 20:53:09 version 1.173, 2015/12/01 09:41:03
Line 332 
Line 332 
                         where = BORDER;                          where = BORDER;
                 else {                  else {
                         wp = window_get_active_at(s->curw->window, x, y);                          wp = window_get_active_at(s->curw->window, x, y);
                         if (wp != NULL)                          if (wp != NULL) {
                                 where = PANE;                                  where = PANE;
                         log_debug("mouse at %u,%u is on pane %%%u", x, y,                                  log_debug("mouse at %u,%u is on pane %%%u",
                             wp->id);                                      x, y, wp->id);
                           }
                 }                  }
                 if (where == NOWHERE)                  if (where == NOWHERE)
                         return (KEYC_NONE);                          return (KEYC_NONE);

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173