Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!samsung!olivea!uunet!proto!joe From: joe@proto.com (Joe Huffman) Newsgroups: comp.unix.xenix.sco Subject: Re: Keyboard SCAN MODE Message-ID: <1991Jun20.162059.1309@proto.com> Date: 20 Jun 91 16:20:59 GMT References: <91169.102311ACPS2924@Ryerson.Ca> Organization: Prototronics @ Sandpoint, Idaho Lines: 15 writes: >I'm using sco unix/386 and i'm trying to put the keyboard into something called > raw mode. so i can read the keys in the dos fashion; I did the port of the Zortech DOS compiler to SCO Unix. The getch() and getche() functions required that I do this. A real pain -- it took me a couple weeks to get it working almost right (London is still having problems that I can't duplicate). You will have to buy the source code from Zortech to see my implementation. Look in sys.c for _bios_keybd() near the end of the file. -- uunet!proto!joe joe@proto.com