On Tue, Sep 29, 2009 at 09:22:03AM +0200, [email protected] wrote:
> Replying myself :
> I didn't look at the doc enough, the underlined part particularly.
> Returning () rather than 1 did the trick :)

Still wrong - you need to return true *iff* you consume the event - in your
firts version you always consumed the event, in this you never do, so urxvt
handles the mouse wheel still.

You need to return 1 when you handle the event yourself, false (or
nothing) otherwise.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [email protected]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to