Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!apple!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!compuram!pgd From: pgd@bbt.se Newsgroups: comp.unix.xenix.sco Subject: Re: Mouse driver? Message-ID: <1990Nov21.095444.16798@bbt.se> Date: 21 Nov 90 09:54:44 GMT References: Organization: . Lines: 15 In article kinch@uwocsd.csd (Dave Kinchlea) writes: >Howdy: > I have just moved over from DOS to XENIX 286 2.2.1 and like what >I have quite alot. However I want to use my mouse (at least with micro-emacs >if nothing else) but I need a mouse driver. I do not want to pay anymore >money so public domain or shareware (I don't mind paying a little cash) >driver is what I am looking for. Any such animal out there? > Does XENIX 386 2.2.1 have an event driver? Try "mkdev mouse". If it works, you have a mouse driver in the kernel, if it does not work, you have to hand-roll one. One suggestion, in that case, would be to take code out of some other program, like X-windows, or mgr or something, which already have the mouse routines.