mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-17 09:01:34 +02:00
Some extra logging of where keys are actually going.
This commit is contained in:
@ -369,6 +369,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