cbreak mode in ESIX

Guy Harris guy at auspex.auspex.com
Mon Aug 27 05:31:00 AEST 1990


>Try something like:
>
>	stty eof '^a' -icanon
>
>or its termio equivalent.

Actually, try

	stty eof '^a' eol '^@' -icanon

since you want to set both the VMIN *and* VTIME values.  The VTIME/VEOL
value *might* already be zero, but why take chances?



More information about the Comp.unix.i386 mailing list