Hello all,
read /event does not give me enough information about the mouse click. It tells me the client and the button, but not the column in which the client is located.
event.c, line 92:
snprintf(buf, sizeof(buf), "ClientClick %d %d\n",
idx_of_frame(c->frame.data[c->sel]) + 1, ev->button);
It would be also useful if it would give the index, and not the number or so, meaning dropping the + 1.
Greetings,
Denis
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:03:13 UTC