From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] rio /dev/mouse From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020307085928.EF1B7199E8@mail.cse.psu.edu> Date: Thu, 7 Mar 2002 09:57:59 +0100 Topicbox-Message-UUID: 60b4c188-eaca-11e9-9e20-41e7f4b1d025 : I changed the line : m.buttons &= 7; : to : m.buttons &= 127; Don't have that line, perhaps I just changed it and then forgot I changed it. : And of course, I have changed rio/rio.c so that rio is now : interpreting rolling wheel as either Kup or Kdown pressed. Can you send the code?