Need Help: 1-char input in C

Kenneth Almquist ka at hou3c.UUCP
Sun Dec 25 12:07:09 AEST 1983


CBREAK mode is specific to BSD.  On System III/V you can get the same
effect by turning off ICANON.  On Version 6 and Version 7 you can turn
on RAW mode, but beware that raw mode turns off almost all driver
processing.  See your manual for details.
				Kenneth Almquist



More information about the Comp.lang.c mailing list