[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Problem with Cygwin port under bash shell
From: |
Frédéric L . W . Meunier |
Subject: |
Re: lynx-dev Problem with Cygwin port under bash shell |
Date: |
Sun, 1 Feb 2004 02:17:31 -0200 |
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 address@hidden
Re: lynx-dev Problem with Cygwin port under bash shell, Thomas Dickey, 2004/01/31
Re: lynx-dev Problem with Cygwin port under bash shell, Doug Kaufman, 2004/01/31