From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 6 Jan 2005 15:05:35 +0200 From: Sergey Reva Message-ID: <1678483515.20050106150535@mail.ru> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] scroll In-Reply-To: References: <3e1162e605010511457ab4097e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 27f526f4-eace-11e9-9e20-41e7f4b1d025 Hello Fans >> % echo intellimouse > /dev/mousectl Yes, I need firstly read man pages, but anyway thanks! Maybe someone interesting, but maybe I have old libdraw: in event.c, in function emouse() some string very strange: event.c>> m.buttons=b&7; I think it need to be changed to m.buttons=b&0x1F because scroll event have code 8 and 16. If this error present in current version, someone can patch it, because I can't send patch :-| -- http://rs-rlab.narod.ru mailto:rs_rlab@mail.ru