From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 30 Nov 1996 14:43:44 +0000 From: forsyth@plan9.cs.york.ac.uk forsyth@plan9.cs.york.ac.uk Subject: 3-button mice and clearing dtr Topicbox-Message-UUID: 52af1126-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19961130144344.9CBb23DS6jy0izztwejsJvYZNQj5Y8zntK4xQHlyrTQ@z> change aux/mouse.c add a timedwrite(ctl, "d0", 2) in a suitable place; possibly at the start of C() if the mouse keeps to that setup protocol; alternatively, before setting up the default using -dC. ------ original message follows ------ >>From cse.psu.edu!owner-9fans Sat Nov 30 14:20:23 GMT 1996 Received: from localhost (majordom@localhost) by cse.psu.edu (8.7.5/8.7.3) with SMTP id JAA06542; Sat, 30 Nov 1996 09:01:39 -0500 (EST) Received: by claven.cse.psu.edu (bulk_mailer v1.5); Sat, 30 Nov 1996 08:57:45 -0500 Received: (from majordom@localhost) by cse.psu.edu (8.7.5/8.7.3) id IAA06495 for 9fans-outgoing; Sat, 30 Nov 1996 08:57:38 -0500 (EST) X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f Received: from extra.ucc.su.OZ.AU (root@extra.ucc.su.OZ.AU [129.78.64.4]) by cse.psu.edu (8.7.5/8.7.3) with SMTP id IAA06491 for <9fans@cse.psu.edu>; Sat, 30 Nov 1996 08:57:28 -0500 (EST) Received: from extro.su.OZ.AU (301@extro.ucc.su.OZ.AU [129.78.64.1]) by extra.ucc.su.OZ.AU (8.6.12/8.6.12) with ESMTP id AAA07784 for <9fans@cse.psu.edu>; Sun, 1 Dec 1996 00:56:02 +1100 Received: by extro.su.OZ.AU (SMI-8.6/SMI-SVR4) id AAA16230; Sun, 1 Dec 1996 00:56:01 +1100 Date: Sun, 1 Dec 1996 00:56:01 +1100 From: kajrij@mail.usyd.edu.au (Kajri Jain) Message-Id: <199611301356.AAA16230@extro.su.OZ.AU> To: 9fans@cse.psu.edu Subject: 3-button mice and clearing dtr Sender: owner-9fans@cse.psu.edu Reply-To: 9fans@cse.psu.edu Precedence: bulk my mouse requires that dtr be clear to operate as a three button mouse. it then uses the mouse systems protocol. how can i get to work properly with my standalone pc plan9? many thanks -abhay