Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!munnari.oz.au!goanna!minyos.xx.rmit.oz.au!s913631 From: s913631@minyos.xx.rmit.oz.au (Avalon ..) Newsgroups: comp.unix.programmer Subject: flushing output/input Message-ID: <1991Apr16.073649.21854@minyos.xx.rmit.oz.au> Date: 16 Apr 91 07:36:49 GMT Organization: RMIT Computer Centre, Melbourne Australia. Lines: 9 G'day, I'm trying to write a routine to do my own input processing. I've made ioctl(2) calls to turn ECHO off and CBREAK on BUT i can not get it to print!! I then tried inserting some ioctl's to flush input/output (TIOCFLUSH) but they did nothing either. I'm working with UMAX. what do i do d?? thanks.