Disabling individual termios c_cc bytes

Andrew Klossner andrew at frip.gwd.tek.com
Fri Oct 14 01:22:08 AEST 1988


[]

	"I have read the SVID termio(ba_env) section several times, and
	cannot tell whether there is any general way of disabling
	individual elements of c_cc[] or not."

If your byte size is seven bits or fewer, you can set them to an eight
bit value (the V.3 man page suggests 0377) to disable them.  If your
byte size is eight bits, you're out of luck.

  -=- Andrew Klossner   (uunet!tektronix!tekecs!frip!andrew)    [UUCP]
                        (andrew%frip.gwd.tek.com at relay.cs.net)  [ARPA]



More information about the Comp.unix.wizards mailing list