mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -368,6 +368,8 @@ server_client_check_mouse(struct client *c)
|
||||
wp = window_get_active_at(s->curw->window, x, y);
|
||||
if (wp != NULL)
|
||||
where = PANE;
|
||||
log_debug("mouse at %u,%u is on pane %%%u", x, y,
|
||||
wp->id);
|
||||
}
|
||||
if (where == NOWHERE)
|
||||
return (KEYC_NONE);
|
||||
|
Reference in New Issue
Block a user