mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
eb5ee80c74
1 changed files with 4 additions and 3 deletions
|
|
@ -330,10 +330,11 @@ server_client_check_mouse(struct client *c)
|
|||
where = BORDER;
|
||||
else {
|
||||
wp = window_get_active_at(s->curw->window, x, y);
|
||||
if (wp != NULL)
|
||||
if (wp != NULL) {
|
||||
where = PANE;
|
||||
log_debug("mouse at %u,%u is on pane %%%u", x, y,
|
||||
wp->id);
|
||||
log_debug("mouse at %u,%u is on pane %%%u",
|
||||
x, y, wp->id);
|
||||
}
|
||||
}
|
||||
if (where == NOWHERE)
|
||||
return (KEYC_NONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue