Path: utzoo!attcan!uunet!know!cs.utexas.edu!wuarchive!udel!princeton!astro.Princeton.EDU From: rhl@astro.Princeton.EDU (Robert Lupton (the Good)) Newsgroups: comp.unix.aix Subject: Delay of four characters using CBREAK mode on RS/6000 Message-ID: <3309@idunno.Princeton.EDU> Date: 12 Oct 90 20:29:01 GMT Sender: news@idunno.Princeton.EDU Organization: Princeton University, Princeton, New Jersey Lines: 10 I have some code that runs on lots of machines and reads keystrokes in CBREAK mode, using a BSD-style tty driver. Compiling with c89 -D_POSIX_SOURCE -Dunix I get a delay of 4 key-strokes between when I type a character and when my code sees and echoes it. Any ideas? Robert