On Sun, Jun 06, 2004 at 09:09:07AM -0400, Thomas Dickey wrote: > That's interesting. Comparing with rxvt, I see that rxvt does give > ButtonPress events as well as the KeyRelease events that xterm gives. > Perhaps the answer is that xev can only see the events that the application > is listening to.
It must be something along these lines (note that xterm also does not get motion events, which makes more sense), but in what sense is xterm not listening to button presses? Obviously, it reacts to the mouse buttons, so I presume it asks to receive these events. Or is it listening in some non-standard way? I'm guessing that something about the way it sets up its event filter is confusing xev, but I have no idea how. Andrew