From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3C8755F5.CFB86CEB@strakt.com> From: Boyd Roberts MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] rio /dev/mouse References: <2de6c270d77c8bc3b45d778586b882c3@plan9.bell-labs.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 7 Mar 2002 12:58:45 +0100 Topicbox-Message-UUID: 6197aebc-eaca-11e9-9e20-41e7f4b1d025 > I changed the line > m.buttons &= 7; > to > m.buttons &= 127; s/127/0x7F/ it's far more obvious.