[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.159 and 1.160

version 1.159, 2015/10/23 23:46:36 version 1.160, 2015/10/26 17:17:06
Line 369 
Line 369 
                         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,
                               wp->id);
                 }                  }
                 if (where == NOWHERE)                  if (where == NOWHERE)
                         return (KEYC_NONE);                          return (KEYC_NONE);

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160