Echoing chars and input functions

Peter da Silva peter at ficc.UUCP
Wed Aug 24 00:04:56 AEST 1988


What lightspeed 'C' should have done is:

	(1) Make getchar() echo by default, using the same routines
	    that fread() and gets() use, and...

	(2) Provide an emulation of ioctl() or sgtty().

Manx does this, at least on the Amiga.

Even better would have been to provide a pseudo-device that was a terminal
window, like most windowing systems support (xterm, CON:, whatever Apollo
uses, MS/DOS windows in Windows, ...).
-- 
Peter da Silva  `-_-'  Ferranti International Controls Corporation.
"Have you hugged  U  your wolf today?"     sugar.uu.net!ficc!peter.



More information about the Comp.lang.c mailing list