Getchar w/wout echo

Henry Spencer henry at utzoo.uucp
Wed Aug 24 02:48:55 AEST 1988


In article <302 at quintus.UUCP> ok at quintus.UUCP (Richard A. O'Keefe) writes:
>    ... if you want to control features like echoing you
>    should probably be using Curses...

Urk.  No!  Control of echoing and such is fairly nicely done in Curses,
but there is too much other baggage involved.  What you should be using, as
soon as it becomes available, is the POSIX set of terminal-control functions
(unless it's changed again, POSIX terminal control is now done by a bunch of
little functions rather than by an ioctl-style one-big-struct interface).
-- 
Intel CPUs are not defective,  |     Henry Spencer at U of Toronto Zoology
they just act that way.        | uunet!attcan!utzoo!henry henry at zoo.toronto.edu



More information about the Comp.lang.c mailing list