summaryrefslogtreecommitdiffstats
path: root/server-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'server-client.c')
-rw-r--r--server-client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server-client.c b/server-client.c
index dbff9212..24f0250a 100644
--- a/server-client.c
+++ b/server-client.c
@@ -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);