Dave Ihnat wrote:

> HOWEVER, if you're on Unix/Linux, you'll also have to turn off
> buffering in the tty driver.  This involves a call to tcgetattr,
> clearing at least ICANON, in the c_lflag element, and then a call
> to tcsetattr. (This will still show the input character being
> echoed; you'll have to separately turn that off.)  Man 'termios'
> for all this.
> 

Don't really need to do this unless there's a 'real time' 
element, or some reason that buffered chars can't be used.

James



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to