From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2de6c270d77c8bc3b45d778586b882c3@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] rio /dev/mouse From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 6 Mar 2002 20:21:53 -0500 Topicbox-Message-UUID: 608b9d08-eaca-11e9-9e20-41e7f4b1d025 > High bits of "m.buttons" is cleared in libdraw/mouse.c. > I changed the line > m.buttons &= 7; > to > m.buttons &= 127; Have you applied the 10140327 full update from the Oct 14 2000 release to the March 27 2001 release? We dropped that line completely between the two. What does wrap/info plan9 print? Russ