On Sat, 31 Jan 2004, Doug Kaufman wrote: > On Sat, 31 Jan 2004, Thomas Dickey wrote: > > > On Sat, 31 Jan 2004, [ISO-8859-1] Fr�d�ric L. W. Meunier wrote: > > > Removing the 'tty' from CYGWIN fixes / works around it. > > > > Thanks - then I don't have to do much with it now. > > I rechecked again. Removing "tty", "binmode", or both from the CYGWIN > environment variable does not fix the problem under Win98SE.
Does it fix for you Thomas ? What I did here: Start the default Cygwin terminal. $ export CYGWIN="binmode tty codepage:oem" $ lynx Exit lynx. I see the problem and 'stty sane' returns "stty: standard input: unable to perform all requested operations". 'stty' returns $ speed 38400 baud; line = 0; min = 1; time = 0; -brkint -icrnl -imaxbel -icanon -iexten -echo -echoe -echok -echoctl -echoke Start the default Cygwin terminal. $ export CYGWIN="binmode codepage:oem" $ lynx Exit lynx. I don't see the problem. 'stty' returns speed 38400 baud; line = 0; erase = ^?; -imaxbel -echoe -echok -echoctl -echoke 'stty sane' works. 'stty' returns speed 38400 baud; line = 0; I don't think I have to set in /etc/profile. Correct me if I'm wrong. -- How to contact me - http://www.pervalidus.net/contact.html ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
