Path: utzoo!attcan!uunet!mcvax!ukc!warwick!maujt From: maujt@warwick.ac.uk (Richard J Cox) Newsgroups: comp.lang.c Subject: Re: printf, data presentation Message-ID: <97@poppy.warwick.ac.uk> Date: 14 Jan 89 17:13:36 GMT References: <19@xenlink.UUCP> <225800107@uxe.cso.uiuc.edu> Reply-To: maujt@warwick.ac.uk (Richard J Cox) Organization: Computing Services, Warwick University, UK Lines: 21 In article <225800107@uxe.cso.uiuc.edu> mcdonald@uxe.cso.uiuc.edu writes: > > >This implies that it does not wait for input, but rather returns at once. >If there is something there, the On UNIX - cbreak mode. Characters are passed to the buffer immediately (no newline needed) and can be read with getc() or similar. To go into cbreak mode you use one of the ioctl() calls. Nothing is echoed to the terminal, so you have to do this explicitly (I think). - RC /*--------------------------------------------------------------------------*/ JANET: maujt@uk.ac.warwick.cu BITNET: maujt%uk.ac.warwick.cu@UKACRL ARPA: maujt@cu.warwick.ac.uk UUCP: maujt%cu.warwick.ac.uk@ukc.uucp Richard Cox, 84 St. Georges Rd, Coventry, CV1 2DL; UK PHONE: (0203) 520995