Date: Mon, 10 Jul 95 14:03:39 EST From: dpsm AT lubrizol DOT com To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Problem with keyboard and sound Keyboard input using int86 is unreliable after a BEL character is written to the console using write(1, "\007", 1);. using sound(880); delay(250); nosound(); seems to work much better. Changing the delay to something more reasonable is better still! Is this a problem with the BIOS on my machine? Is go32 the offender? Dale dpsm AT lubrizol DOT com